Font size
WorksheetsHTML
Total questions: 19
Worksheet time: 11mins
Which of the following codes would create a horizontal line
<br>
<h1></h1>
<hr>
<p>
src attribute in an image tag means what?
Source of the image
Name of the image
Description of the image
Not used with image tag
Which list tag would you use for an ordered list
<h1></h1>
<ol></ol>
<ul></ul>
<a></a>
When working with color codes RGB stands for...
Green Red Purple
Red Great Blue
Red Green Blue
Blue Green Raspberry
Which of the tag is used to create a numbered list?
<L> </L>
<LI> </LI>
<li> </lo>
<ol> </ol>
Web pages starts with which of the following tag?
<form>
<HTML>
<body>
<Title>
<p> is the opening tag for a _____________
page
paragraph
preorder
period
</p>
Group of webpages is called _____.
Website
Web browser
Web Search engine
None of the above
In a form, a drop-down list of options
begins with a select tag followed by a list of option tags.
begins with an option tag followed by a list of select tags.
begins with a select tag followed by a list of datalist tags.
begins with a datalist tag followed by a let of option tags.
How more than one option can be selected in drop down?
Use of multiple attribute inside <option> tag.
Use of multiple attribute inside <select> tag.
Use of multiple attribute inside <text> tag.
It is not possible to select more than one option in drop down.
Which portion of this tag is the text that will show up if there is a problem with my photo link?
<img src="cat.jpeg" alt="cat jumping"/>
img src=
cat.jpeg
cat jumping
alt=
<input type="___________" name="gender" value="male"> Male
<input type="___________" name="gender" value="female">Female
(Fill the type of input which used to select just one option.)
(a)
