Waiting Answer November 04, 2023

Converting From HTML4 to HTML5

My website currently running an old version of HTML. I need to do migration from HTML4 to HTML5. 

Answers
2024-10-20 15:53:41

Various tags are no longer supported in HTML5, and new tags are added instead.

Let's check the new tags in HTML4 and HTML5 and how HTML4 can be migrated to HTML5.

HTML4

HTML5

 
<div id=”menu”><nav> 
<div id=”header”> <header> 
<div id=”footer”><footer> 
<div id=”post”> <article> 
<div id=”content”><section>