Sunday, July 31, 2011

Upgrading to HTML5

  
This is as simple as changing your doctype. The doctype should be on the first line of every HTML page. In HTML5, the doctype is:
<!DOCTYPE html>

HTML5 doctype won’t break your existing markup, because all the tags defined in HTML 4 are still supported in HTML5.

See Also:

0 comments:

Post a Comment