WorksheetsWeek 2 - Quiz
Total questions: 10
Worksheet time: 4mins
Name
Class
Date
1.
What does HTML stand for?
a)
Hyper Text Markup Link
b)
High Text Markup Language
c)
Hyper Text Markup Language
d)
Hyper Text Module Language
2.
What is the purpose of the following line of code? <!DOCTYPE html>
a)
This tells the browser that we are ready to start coding in HTML
b)
Denotes what type of code we are using
c)
Things that need to be read into the document before it starts loading
3.
To set up a html document, what are the five tags that should be used?
a)
Doctype, html tag, head tag, title tag and body tag
b)
Doctype, html tag, head tag, title tag and font tag
c)
Doctype, script tag, head tag, title tag and body tag
d)
Doctype, html tag, head tag, Paragraph tag and body tag
4.
Which tag is smaller? H1, H2, H3, H6
a)
H1
b)
H2
c)
H3
d)
H6
5.
Which tag allows us to link something in a HTML page?
a)
<a> tag
b)
<p> tag
c)
<l> tag
d)
<img> tag
6.
Finish this sentence.
a)
Selector>bracket>Value
b)
List>Property>Value
c)
Selector>Property>Value
d)
Select>Property>Amount
7.
Fill in the missing box?
a)
Title
b)
Selector
c)
Header
d)
Option
8.
Classes are used for multiple objects? True or False
a)
True
b)
False
9.
Q.
To denote a class called "mypara", which is correct?
a)
./mypara
b)
#mypara
c)
.mypara
10.
Which is the correct way of changing the color of a font?
a)
color: red;
b)
color font: red;
c)
font color: red;
d)
color: font "red";
100 %
