top of page

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.

html5.PNG
html6.PNG

Add a large heading and a sub-heading to your webpage.

paragraph

Paragraphs

Typing text between the <p> and </p> tags will create a paragraph.

html8.PNG
html7.PNG

Add at least three different paragraphs to your webpage.

bold underline italics

Bold, Underline & Italics

You can format your text by changing it to be bold, underlined or italicised (slanted).

html9.PNG
html10.PNG

Now you have text on your web page, you can add hyperlinks to take viewers to different websites.

In the paragraphs you have already written, add at least 1 bold tag, 1 underline tag and 1 italics tag.

bottom of page