1.
What do the following tags do?
A. 
B. 
C. 
D. 
E. 
Creates an item in an unordered list
2.
What do the following tags do?
A. 
B. 
C. 
D. 
E. 
Creates an item in an unordered list
3.
What do the following tags do?
A. 
B. 
C. 
D. 
E. 
Creates an item in an unordered list
4.
What do the following tags do?
A. 
B. 
C. 
D. 
E. 
Creates an item in an unordered list
5.
What do the following tags do?
A. 
B. 
C. 
D. 
E. 
Creates an item in an unordered list
6.
What is the use of the color property? It is used to [[Blank]] the color of the [[Blank]].
7.
What is the output of the following code?
8.
To change the text size in HTML, we use the [[Blank]] property.
9.
Write a code to change the heading1’s size to 180%?
A. 
B. 
C. 
D. 
10.
Color values can be represented using special numerical values called [[Blank]].
Hexadecimal digits operate on a [[Blank]] number system.
Letters in a hexadecimal number range from [[[Blank]] to [[Blank]]].
11.
A hexadecimal value starts with a [[Blank]] sign.
12.
To merge two rows, we use the [[Blank]].
13.
To merge two columns, we use the [[Blank]].
14.
What is the bgcolor attribute used for?
To set a [[Blank]] color for the [[Blank]].
15.
What are forms used for?
Forms are used to [[Blank]] from [[Blank]].
16.
The input data holders in forms are known as [[Blank]].
17.
The function of which attributes can be described as followed: It is used to upload data in an HTML form.
18.
The function of which attributes can be described as followed: It specifies how the browser encodes the data before it sends it to the server.
19.
The function of which attributes can be described as followed: It specifies where the results of the script are going to be displayed. It processes data passing through the form controls.
20.
Choose Radio button which is circular, and allows the visitor to choose one option from a group of options.
It is used to create a control that will allow the user to select a gender without typing it in.
A. 
B. 
C. 
D. 
E. 
21.
Choose Text box which is a box in which the website visitor can enter/type information.
It is used to create a control that will allow the user to type in his address.
A. 
B. 
C. 
D. 
E. 
22.
Choose Drop-down list which is a list that appears when the website visitor clicks on an arrow to display a list of possible options to choose from.
A. 
B. 
C. 
D. 
E. 
23.
Choose Check box which is a box that allows the user to select more than one option from a group of options.
It is used to create a control that will allow the user to choose one or more subjects to study at school without typing them in.
A. 
B. 
C. 
D. 
E. 
24.
Choose Password which is used to hide the characters of a text
A. 
B. 
C. 
D. 
E. 
25.
The [[Blank]] attribute allows the user to set the width of the text-input control.