WorksheetsQuiz #2-Programming
Total questions: 20
Worksheet time: 10mins
It is a special character that means non-breaking space.
 
nbsp;
None of the above
You can make letters appears in both boldface and italics by inserting one pair of tags inside another pair called _________.
Neck tags
Net tags
Nest tags
None of the above
With FILO rule in mind – You may interchange the tags as long as the first that you open is the last that you close. FILO means?
First In Last Off
First In Last Out
First In Last On
First In Last offer
All HTML Documents must start with a __________ declaration.
<! DOCTYPE>
<! DocType>
<! doctype>
all of the above
It is a tag where you commands the browser to display the text in fixed-width (i.e., monospace or typewriter) typeface and makes it appear exactly as it was typed in Notepad.
Preformatted text
Preformatted type text
Preformatted tags
formatted text
It is an empty tag that can be used to separate different areas of a Web page and help improve its design.
Horizontal line
Horizontal rule
Break line
Break rule
What is the tag for unordered or bulleted list
<ul> </ul>
<ol> </ol>
<li> </li>
<dl> </dl>
It is an empty tag that can be used to enter to the next line.
<br />
<hr />
<br></br>
<hr></hr>
What is the tag for boldface
<ul></ul>
<em></em>
<strong></strong>
<ol></ol>
what is the tag for UNDERLINE?
<b></b>
<i></i>
<u></u>
<p></p>
What is the tag for PARAGRAPH?
<b></b>
<i></i>
<u></u>
<p></p>
The tag <h2></h2>is used for _______.
paragraph
headings
italic
boldface
What is the tag for definition list?
<dl></dl>
<li></li>
<ol></ol>
<ul></ul>
What is the tag for definition data?
<dl></dl>
<dd></dd>
<ol></ol>
None of the above
This is a tag that we use for Roman numerals
<ul type="A">
<ol type="I">
<ol type="A">
<ul type="I">
<li></li> tags means ________.
Unordered list
Ordered list
List item
Nested list
l
It defines the smallest heading
<h3></h3>
<h4></h4>
<h5></h5>
<h6></h6>
What HTML tag/s is/are used to italicize the text
<b></b>
<em></em>
<i></i>
<p></p>
How many levels of headings does HTML support?
3
4
5
6
It is the first level heading that should be your main or umbrella topic
<h1></h1>
<h2></h2>
<h3></h3>
<h4></h4>
