elibraryportal Logo

HTML Migration

The HTML migration is used to define a way to migrate from HTML 4 to HTML5, without damaging any structure or content.

In HTML4 In HTML5
<div id="header"> <header>
<div id="menu"> <nav>
<div id="content"> <section>
<div class="article"> <article>
<div id="footer"> <footer>

Example:-

Test it Now
Next Topic