Font size
WorksheetsHTML Tags for Beginners
Total questions: 23
Worksheet time: 8mins
Correct tag for Paragraph
<p>
<p>.......</p>
p
Correct HTML extension to save file
html;
.html
html.
Correct tag for title
<title>.......</title>
<title>.......<title>
<title>
Correct tag for body
<body>
<body>....</body>
body
Correct tag for html
<html>
<html>.....<html>
<html>.....</html>
Correct tag for inserting image
<img src=”(your image URL here)”>
<img>
<img src=”(your image URL here)”>.....<img>
Basic pattern for HTML
<tag>.......</tag>
<tag>.......<tag>
<tag>
Correct tag for empty tag
<tag>
</tag>
<tag/>
There are (a) headings in HTML
The tag used to connect two words that should always be seen together in the same line.
 ,
“ :
Keep the FILO rule in mind – FILO stands for?
First In Last Off
First In Last Out
First In Last On
Correct tag for unordered list
<ul>.........</ul>
<ul>.........<ul>
<ul>
Correct tag for definition list
<dl>......</dl>
<dl>......<dl>
<dl>
Appropriate tags for Horizontal Rule
<hr/>
<hr>
<hr>......</hr>
Correct tag for External Link
<a href="url">link text</a>
<a href="url">link text
<a href="url">
Correct tag for Internal Link
<a href= #lesson1.html>This is the link for Lesson1</a>
<a href="#lesson1.html">This is the link for Lesson1</a>
<a href="#lesson1.html">This is the link for Lesson1
Correct tag for Image as Link
<a href=“image link address">This is image external link for Corona picture</a>
<a href= index.html >tfilogo.gif</a>
<a href= index.html >tfilogo.gif
Correct tags for bold face
<b>....</b>
<strong>....</strong>
<bold>.....</bold>
Correct tags for italicize font face
<i>.....</i>
<em>.....</em>
<italicize>....</italicize>
Appropriate tags for line break
<br>
<br/>
<br>.....</br>
Correct HTML tag to change background color
<body bgcolor="colorname">
<body bgcolor=colorname>
<body bgcolor="colorname">,
"href" in link address refers to?
hypertext reference
horizontal reference
height reference
HTML stands for?
Horizontaltext Markup Language
Hypertext Markup Language
Hypetext Markup Language
