Register now or log in to join your professional community.
to migration from html4 to html5 use semantic elements . for example:
use <header> instead of <div class="header">
use <nav> instead of <div class="menu">
use <section> instead of <div class="content">
>>..............etc
you can read more about this in https://www.w3schools.com/html/html5_migration.asp