HTML
HTML#2
100

What is the <p> for?

Tags to indicate a block of text, like a paragraph.

100

What is it for <strong>

Inline tags to add importance totext.

200

What is the <h1> for?

Most important heading. Only use one <h1> per web page. Used for logos, page titles, etc.

200

What is it for<ul>

Tags to create unordered lists, like bulleted lists.

300

What is the <h2> for?

Second most important heading. Often used for headlines and major sections of a page.

300

What is it for <ol>

Tags to create ordered lists, like numbered and alphabetical lists.

400

What is the <h3> for?

Third most important heading. Used for less important articles or other secondary content.

400

What is it for<li>

Tags to define the list item inside <ol> and <ul> lists.

500

What is the <h3> <h5> <h6> for?

Fourth, fifth, and sixth headings for less important content.

500

What is it for <br>

Inline tags to put text on different lines. Good for addresses, poems, and song lyrics.