HTML tags CheatSHeet
Headings There are 6 types of headings in HTML: <h1></h1> That will look like: <h2></h2> That will look like: <h3></h3> That will look like: <h4></h4> That will look like: <h5></h5> That will look like: <h6></h6> That will look like: Paragraph the paragraph tag <p></p> creates a paragraph. In the browser that looks like this: Pre-formatted …