Headlines
In websites, headlines are used to separate the paragraphs, and make things less cluttered!
If we only have a bunch of paragraphs (texts), nobody would like to read through them, instead, we should divide the content, using proper headings!
Let's see how we can do it.
There are six elements for headlines!
<h1>
<h2>
<h3>
<h4>
<h5>
<h6>
Let's see how they look, here's another codepen!
Easy!
Try combining them with paragraphs!
See you in the next one!