A header
is a simple way to organize your
HTML. You can put elements like your website's
navigation bar or the introductory section
for the website inside it.
In the following example, we
include the navigation bar of
our website inside the header
tag.
In the following example, we have
also added the website's introductory
section inside the header
tag:
Keep in mind that this element is purely for organizing your code properly. This will make no visual changes in your website's appearance.