Home » HTML Header Tag

HTML Header Tag

by Online Tutorials Library

HTML Header Tag

HTML <header> tag is used as a container of introductory content or navigation links. Generally a <header> element contains one or more heading elements, logo or icons or author’s information.

You can use several <header> elements in one document, but a <header> element cannot be placed within a <footer>, <address> or another <header> element.


HTML Header Tag Example

Test it Now



Output:

ABCOnline.com

World’s no.1 shopping website


Let’s see another example of header tag with CSS code.

CSS Code:

HTML Code:



Test it Now

Output:

ABCOnline.com

World’s no.1 shopping website


Supporting Browsers

Element chrome browser Chrome ie browser IE firefox browser Firefox opera browser Opera safari browser Safari
<header> Yes Yes Yes Yes Yes
Next TopicHTML hr Tag

You may also like