In this lesson, you will learn how to add headings and paragraphs to your HTML webpages.

Headings are titles or subtitles that are displayed on webpages.

Example:

To create a webpage like the one above, open Wordpad and write the following code as follows:

Of course, you can change the heading titles to the titles you want.

Paragraphs

To write a paragraph in a webpage, open Wordpad and write the following code:

You can change the text between the <p></p> tags to the text you want.