how to code a heading level 1, 2, 3, 4, 5, 6

In this how to post, you will learn some more html code.
Note, I will spell things out so that the computer doesn’t get confused and put the actual heading instead of just the code. I.E. less instead of <.

In order to do this, you will need to type:
less h1 greater. This is the opening tag. now, you need to type what the heading title is. for example, news.
Now, you will type less slash h1 greater
That is the closing tag.
in the example below, I will type less h1 greater sample heading less slash h1 greater, but in code, and not spelled out.

example heading

Note, that you can do this with 2, 3, 4, 5, or 6 level headings, just replace both 1’s in the opening and closing tags, the h1 part, and instead, just put either h2, h3, h4, h5, or h6.
I hope this was useful. Please comment if it was.

Comment