TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Header, Nav and Footer Tags of HTML5
Rahul Bansal
Oct 21, 2019
5.4
k
0
0
facebook
twitter
linkedIn
Reddit
WhatsApp
Email
Bookmark
Implementation of Header, Nav and Footer Tags in HTML5.
HTML 5 Tags
<!DOCTYPE html> This Tag tells the browser that this webpage is written in HTML 5 earlier in HTML 4.01 we used <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
The <header> This tag specifies a header for a document or section.
The <nav> tag defines a set of navigation links.
The <footer> tag defines a footer for a document or section.
Header
Nav and Footer Tags of HTML5
Next Recommended Reading
The nav tag in HTML5