HTML Tags

Intro

HTML uses many different tags for rendering different types of elements. For example, <p> is for a paragraph, <div> is for a division, or block of the page. <h1> is a big header, while <h6> is a small header. Check out all the rest of them, and use them in a page.

Suggested Learning

Requirements

Extra Learning