This is my first post.
And I just want to talk about header tags.
I always used to ask myself what HTML is, but I later learned its meaning. HTML simply stands for Hyper Text Markup Language. HTML is the standard markup language for creating Web pages and it describes the structure of a Web page.
So, let's dive into the header tags:
<h1>Hello</h1>
<h2>Hello</h2>
<h3>Hello</h3>
<h4>Hello</h4>
<h5>Hello</h5>
<h6>Hello</h6>
Let's see how they look:
Hello
Hello
Hello
Hello
Hello
Hello
These are our header tags in HTML hope you enjoyed them.
In my next post we'll talk about paragraph tags.