WorksheetsHTML paragraph
Total questions: 9
Worksheet time: 5mins
HTML controls the _________ of a webpage.
feel
precision
structure
style
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)
Write the HTML code to add a paragraph with the following text:
Hello World!
(a)
Write the HTML code you need to add to the end of this HTML:
<p>This is a paragraph.
(a)
This coding is used to create a paragraph:
<pr></pr>
<p></p>
<para></para>
<par></par>
Which of the following is the proper format for an HTML tag?
>h1<Content Affected by Tag >/h1<
<h1>Content Affected by Tag<h1>
<h1 Content Affected by Tag />
<h1>Content Affected by Tag</h1>
The _____ tag defines a thematic break in an HTML page, and is most often displayed as a horizontal rule.
<br>
<hr>
Which character is used to indicate an end tag?
!
#
/
\
<p> is the opening tag for a _____________
page
paragraph
preorder
period
