My website currently running an old version of HTML. I need to do migration from HTML4 to HTML5.
miigration html4 to html5
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> |
Test your knowledge with interactive quizzes.
Prepare for interviews with curated question sets.
Ask your coding-related doubts and get answers.
Earn certifications to enhance your resume.
Hands-on projects to improve your skills.
Test your knowledge with interactive quizzes.
Prepare for interviews with curated question sets.
Add your technical blogs and read technical topics.
Earn certifications to enhance your resume.
Hands-on projects to improve your skills.
People Also Asked |
---|