Explore Topics

Converting From HTML4 to HTML5

Last Updated : 18 Apr, 2025 - Asked By Ashok

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

miigration  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> 
Your Answer



Other Resources

Quiz Image
Quiz

Test your knowledge with interactive quizzes.

Interview Questions Image
Interview Questions

Prepare for interviews with curated question sets.

Q&A Image
Q&A

Ask your coding-related doubts and get answers.

Certification Image
Certification

Earn certifications to enhance your resume.

internships Image
Internships

Hands-on projects to improve your skills.

Quiz Image
Quiz

Test your knowledge with interactive quizzes.

Interview Questions Image
Interview Questions

Prepare for interviews with curated question sets.

blog Image
Blogs

Add your technical blogs and read technical topics.

Certification Image
Certification

Earn certifications to enhance your resume.

Q&A Image
Q&A

Hands-on projects to improve your skills.

People Also Asked