wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CSS quiz No. 4 (4th qtr)

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

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

a)

<h3>

b)

<h1>

c)

<h5>

d)

<h6>

2.

Which of the following application is webpage editor?

a)

Visual studio code         

b)

Notepad ++

c)

Dreamweaver

d)

All of these

3.

You are planning to add a list of visitors in your webpage. Which is the correct tag for creating unordered list?

a)

<ol>     </ol>

b)

<tr>     </tr>

c)

<ul>     </ul>

d)

<td>      </td>

4.

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

a)

Body

b)

Head

c)

Style

d)

Title

5.

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

6.

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

a)

<pre>

b)

<a>

c)

<b>

d)

<br>

7.

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

8.

If you want to use Arial in your 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%

9.

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

10.

What declaration defines document is an HTML5?

a)

<html>

b)

<!DOCTYPE html>

c)

<head>

d)

<title>

11.

Which tag defines a cell in table?

a)

<td>    </td>

b)

<tr>   </tr>

c)

<th>   </th>

d)

<table>    </table>

12.

What is the missing tag to finish the HTML code to make an ordered list?

a)

<dl>      </dl>

b)

<ol>      </ol>      

c)

<ul>      </ul>

d)

<list>     </list>

13.

Which tag use to add a list item with the text “coffee” inside the unordered list?

a)

<ol>       </ol>     

b)

<dl>       </dl>     

c)

<li>     </li>.

d)

<dt>    </dt>

14.

What tag will not show up on your webpage but at the top of a browser?

a)

Title  

b)

Body

c)

Img

d)

Table

15.

   Which of the following list tag defines a term in description list?

a)

<ul>

b)

<ol>

c)

<dt>

d)

<dd>