HTML header: Main Tips
- HTML
<header>
usually includes some introductory information for users. - The
<header>
HTML can contain a headline, a brand logo or ownership information.

- Simplistic design (no unnecessary information)
- High-quality courses (even the free ones)
- Variety of features
- Nanodegree programs
- Suitable for enterprises
- Paid certificates of completion

- Easy to navigate
- No technical issues
- Seems to care about its users
- Huge variety of courses
- 30-day refund policy
- Free certificates of completion

- Great user experience
- Offers quality content
- Very transparent with their pricing
- Free certificates of completion
- Focused on data science skills
- Flexible learning timetable
header Explained
This HTML <header>
specifies a container for one or more headings.
A document can have multiple HTML headers, but they cannot be children of <footer>, <address> or other elements.
<article>
<header>
<h1>JavaScript</h1>
<h3>What is JavaScript?</h3>
<p>Today we are going to talk about JavaScript</p>
</header>
<p>JavaScript is a client side scripting language used to provide extra functionalities to the user.</p>
</article>
Note: the HTML <header> tag doesn’t have any particular attributes, but uses all of the HTML global attributes.
Browser support

Chrome

Edge

Firefox

IE

Opera

Safari
Mobile browser support

Chrome

Firefox

Opera
