wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Web Design: Basics of HTML and CSS

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What are the basic tags to start a web page?

a)

<!DOCTYPE html>

<html>

<head> </head>

<title> </title>

<body> </body>

</html>

b)

<html>

<a> </a>

<p> </p>

<footer> </footer>

c)

<DOCTYPE>

<html>

<link> </link>

<ol> </ol>

<html>

d)

<!DOCTYPE html>

<body> </body>

<parapraph> </paragraph>

<title> </title>

<end> </end>

2.

What code is used for an ordered list?

a)

<ul> </ul>

b)

<ol> </ol>

c)

<list> </list>

d)

<p> </p>

3.

What code is used to make a bulleted list?

a)

<p> </p>

b)

<ol> </ol>

c)

<ul> </ul>

d)

<list> </list>

4.

what code is used to make a hyperlink?

a)

<hyperlink> </hyperlink>

b)

<link>

c)

<p> </p>

d)

<a> </a>

5.

What code is used to add an image?

a)

<add image>

b)

<img src="image.jpg">

c)

img {}

d)

<add Image>

6.

What is the proper code to link a stylesheet?

a)

style.html

b)

<img src= "image.jpeg>

c)

<stylesheet>

d)

<link rel="stylesheet" href="style.css>

7.

To add color to your html page in a css file, Which is correct?

a)

html { background-color: #006600;}

b)

html <color=green>

c)

css=green

d)

html<backgroundcolor: #006600>

8.

In order to link page one to page two: Which code is correct?

a)

<a href="page1.html" > Page 1</a>

b)

{a href="page1.html"} Page1{/a}

c)

<img src=Page1.jpg>

d)

<link rel"page1">

9.

Which is the correct code for a numbered list?

a)

<ul>

<li> item one</li>

<li> item two</li>

</ul>

b)

<ol>

<li> item one</li>

<li> item two</li>

</ol>

c)

<list>

<li> item one</li>

<li> item two</li>

</list>

d)

<p>

<li> item one</li>

<li> item two</li>

</p>

10.

where does a title appear on a webpage?

a)
b)
c)
d)