NEW
Font size
S
M
L
XL
WorksheetsWeb Quzizz
Total questions: 10
Worksheet time: 5mins
Name
Class
Date
1.
What tag allows you to embed videos on your site
a)
<ifam>
b)
<iFamLit>
c)
<v>
d)
<iframe>
2.
what do you use to get a circle button
a)
<input type="circle" />
b)
<input type="circle_radio" />
c)
<input type="radio" />
d)
<input type="button" />
3.
Whats wrong with this code?
<form method="post" action="process.php">
<legend>sup</legend>
</form>
<form method="post" action="process.php">
<legend>sup</legend>
</form>
a)
There is no <fieldset> tag
b)
method="post" shouldnt be there
c)
Theres Nothing wrong
4.
How do you make a submit button?
a)
<button type="submit>
b)
<input type="submit">
5.
What Does Mr.Dawson hate?
a)
Comic Sans
b)
New times roman
c)
David
d)
Colors
6.
how do you pre-select an input?
a)
Wolf
b)
checked="checked"
c)
Cash Me Out Side
7.
why does the validator have a problem with this link? <iframe width="560" height="315" src="https://www.youtube.com/embed/2FnGHVZb9ho" frameborder="0" allowfullscreen></iframe>
a)
Wrong tag it should be <ifam>
b)
you need to remove frameborder="0"
c)
you need to remove allowfullscreen
8.
T/F this is the correct way to make a drop down list? <select name="name"> <option value="value"> </select>
a)
True
b)
False
9.
whats the relative option
a)
<img src="images/pink.jpg" />
b)
<img src="https//:www.images.com/images/pink.jpg" />
10.
whats the absolute option
a)
<img src="images/pink.jpg" />
b)
<img src="https//:www.images.com/images/pink.jpg" />
Reset
