3. Tags for Text
Remember to write the tags for everything you want the user to see between the <body> and </body> tags.
Headings
Time to add text to your web page such as headings and paragraphs.
To write a large heading, use <h1> and </h1>
To write headings in a smaller size, use numbers between 1 and 6.


Add a large heading and a sub-heading to your webpage.
Paragraphs
Typing text between the <p> and </p> tags will create a paragraph.


Add at least three different paragraphs to your webpage.
Bold, Underline & Italics
You can format your text by changing it to be bold, underlined or italicised (slanted).

