Font size
WorksheetsHTML Headings and Text
Total questions: 14
Worksheet time: 12mins
Which tag is for the LARGEST heading size?
h1
h3
h5
h6
Which font is for the SMALLEST heading size?
h1
h3
h5
h6
Which is the CLOSING paragraph tag?
<p>
</p>
<h2>
</h2>
Which one is the OPENING paragraph tag?
<p>
</p>
<h1>
</h1>
How should I START a SMALL heading?
<h1>
</h1>
<h6>
</h6>
Which tag should END a paragraph?
<p>
</p>
<h6>
</h6>
How should I END a LARGE heading?
<h1>
</h1>
<h6>
</h6>
Which tags are listed from largest to smallest?
h1, h3, h6
h5, h4, h6
h6, h5, h4
h2, h1, h2
Which tags are listed from SMALLEST to LARGEST
h1, h2, h3
h6, h3, h1
h5, h7, h8
Which TWO are heading tags?
<h1>
<h4>
<p>
</p>
Which two tags show text in bold?
<strong>
<em>
<b>
<bold>
Which two tags show text in italic?
<strong>
<em>
<i>
<italic>
Which tag doesn't create a paragraph, but moves text to the next line?
<next>
<br>
<line>
<bump>
Which of these do not alter the appearance of the webpage?
<title>
<head>
<h1>
<p>
