Embed presentation
Download to read offline





HTML 5 syntax is compatible with HTML 4 and XHTML but not SGML features of HTML 4. It removes requirements for lower case tag names, quoted attributes, attributes needing values, and closing empty elements. The DOCTYPE is simplified to <!DOCTYPE html> and is case-insensitive. The <script> and <link> tags no longer require type attributes of 'text/javascript' and 'text/css' respectively.




