NEW
Font size
WorksheetsHTML Tags and Attributes
Total questions: 10
Worksheet time: 5mins
This tag is intended for changing the color of text in your entire web page.
<body>
<font>
<text>
<color>
What attribute are you going to use if you want to use image as background of your page?
bgcolor
background
src
img
This attribute will allow you to specify the text that will appear once the image is not compatible with the browser.
title
heading
text
alt
It is intended for specifying font name.
font
face
name
type
What is the special character entities for inserting the greater than symbol?
;gt;
$gt;
>
Sgt;
What attribute are you going to use for specifying path names?
src
name
path
img
This tag is intended for inserting line breaks.
<lb>
<enter>
<br>
</br>
_________ will allow us to set text to bold.
<bold>
<strong>
<strike>
<thick>
What tag are you going to type if you want to resize image?
height
length
width
None of the Above
This will allow us to embed a web page inside another web page.
<frame>
<iframe>
<frameset>
,embed>
