wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CSS QUIZ #3

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What declaration defines document is an HTML5?  

a)

<html>

b)

<!DOCTYPE html>

c)

<head>  

d)

<title> 

2.

Which of the following defines <style> </style>?  

a)

Tells the browser the file is an html document. 

b)

Insert multiple images. 

c)

Sets formatting elements on a web page. 

d)

Contains the heading on a web page. 

3.

Lay wants to use Arial in her webpage heading. What is the correct tag for setting the font to Arial?

a)

h1 {font-family:arial;}

b)

h1 {font-arial;}

c)

heading 1 {font-family:arial;}

d)

font-size:150%

4.

What is the use of this tag, <img src=”flower.jpg”/>. ?

a)

Insert reference for another website 

b)

Insert an image in HTML 

c)

Reference if the picture is missing on a page 

d)

Insert link

5.

Which of the following elements is responsible for making the text bold in HTML? 

a)

<pre>

b)

<a>

c)

<b> 

d)

<br>

6.

What is the correct order?  

a)

Head, Title, HTML, body

b)

HTML, Body, Title, Head

c)

HTML, Head, Title, Body

d)

Head, Body, HTML, Title

7.

Which of the following shows the content of the web such as pictures, text, and links? 

a)

Body

b)

Head

c)

Style

d)

Folder

8.

Riza is planning to add a list of visitors in her webpage. Which is the correct tag for creating unordered list?   

a)

<ol>     </ol>

b)

<tr>     </tr>

c)

<ul>     </ul>

d)

<td>      </td>

9.

Which of the following application is webpage editor? 

a)

Visual studio code

b)

Notepad ++

c)

Dreamweaver 

d)

All of these 

10.

Which of the following tag is used for inserting the largest heading in HTML?  

a)

<h3>

b)

<h1>

c)

<h5>

d)

<h6>