Intro to Html Header & Paragraph Tags – Page 2

Intro to the header tag 5

Let’s practice. Create an Html file and add the basic HTML structure of a webpage. See our website

intro to the header tag 6

Now place text inside paragraph <p> tags, then add an <h1> tag as below.

Intro to header tag 7

Save the file and, view as a webpage. The webpage should display the following:

intro to the header tag 8

Now let’s add headers <h2> through <h6> to the html code:

Next Page