Exercise: Paragraph


1. Open Notepad and type the following text:


<!DOCTYPE html>
<html>
<head>
<title>Paragraph</title>
<head/>
<body>
My favourite food is Macaroni Cheese. It's delicious!
My favourite subject is Computing. It's fun!
</body>
</html>


2. The start and end tags for the two paragraphs have been omitted. Do you know what they look like and where they should go?

3. Once you have typed the paragraph tags, save the file as myParagraph.html.

4. Click the Answer button to check if you have placed the tags in the correct place.











Website Displays

My favourite food is Macaroni Cheese. It's delicious!

My favourite subject is Computing. It's fun!


Why don't you open a new document and type a few paragraphs about your favourite food and subject. Remember to save the file with a different name.