wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML paragraph

Total questions: 9

Worksheet time: 5mins

Name
Class
Date
1.

HTML controls the _________ of a webpage.

a)

feel

b)

precision

c)

structure

d)

style

2.

Which HTML tag would you use to add a line break in the middle of the following paragraph:

<p>My Bonnie lies over the ocean.</p>

(a)  

3.

Write the HTML code to add a paragraph with the following text:

Hello World!

(a)  

4.

Write the HTML code you need to add to the end of this HTML:

<p>This is a paragraph.

(a)  

5.

This coding is used to create a paragraph:

a)

<pr></pr>

b)

<p></p>

c)

<para></para>

d)

<par></par>

6.

Which of the following is the proper format for an HTML tag?

a)

>h1<Content Affected by Tag >/h1<

b)

<h1>Content Affected by Tag<h1>

c)

<h1 Content Affected by Tag />

d)

<h1>Content Affected by Tag</h1>

7.

The _____ tag defines a thematic break in an HTML page, and is most often displayed as a horizontal rule.

a)

<br>

b)

<hr>

8.

Which character is used to indicate an end tag?

a)

!

b)

#

c)

/

d)

\

9.

<p> is the opening tag for a _____________

a)

page

b)

paragraph

c)

preorder

d)

period