HTML5 Migration
Migration from HTML4 to HTML5 This chapter is entirely about how to migrate from HTML4 to HTML5. This chapter demonstrates how to convert an HTML4 page into an HTML5 page, without destroying anything of the original content or structure. You can migrate from XHTML to HTML5, using the same recipe. Typical HTML4 Typical HTML5 <div id=”header”> <header> <div id=”menu”> […]
