Wednesday, July 10, 2013

Reference Guide for HTML5

With all of the new technologies that are related to ASP.NET MVC such as jQuery, jQuery Mobile, jQuery UI, jQuery Validation and Entity Framework, it is difficult to keep up with all of the new features in HTML5, therefore, I thought that I would provide a handy reference guide for anyone who simply wants a listing of the new elements or markup that can be used in HTML5. 

New Elements

  • article
  • aside
  • audio
  • canvas
  • code
  • command
  • datalist
  • details
  • embed
  • figcaption
  • figure
  • footer
  • header
  • hgroup
  • keygen
  • mark
  • meter
  • nav
  • output
  • progress
  • rp
  • rt
  • ruby
  • section
  • source
  • summary
  • time
  • video
  • wbr

New Form Input Types

  • color
  • date
  • datetime
  • datetime-local
  • email
  • month
  • number
  • range
  • search
  • tel
  • time
  • url
  • week

For a more detailed description of each of these HTML5 elements, you can look here: W3 Schools HTML 5 Introduction

No comments:

Post a Comment