HTML tags Cheatsheet
Headings
There are 6 types of headings in HTML:
h1
That will look like:
h2
That will look like:
h3
That will look like:
h4
That will look like:
h5
That will look like:
h6
Paragraph
the paragraph tag <p></p> creates a paragraph.
In the br...
purpose-code.hashnode.dev4 min read