wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML G9

Total questions: 9

Worksheet time: 5mins

Name
Class
Date
1.

<p></p>

a)

create a paragraph

b)

 add a page

c)

 insert a picture

2.

<!DOCTYPE HTML>

a)

places the HTML heading on a web page

b)

 tells the web browser the file is an HTML document

c)

 last line in an HTML document used to end the file

3.

<body> </body>

a)

 contains tags for the text and images on a web page

b)

contains the Cascading Style Sheet for a web page

c)

 contains the body of a web browser

4.

<h1> </h1>

a)

create a horizontal rule

b)

make a hyperlink

c)

add a heading

5.

You want to set the heading to use the font Arial.

a)

h1 { font-family: arial;

b)

h1 { font: arial; }

c)

heading 1 { font-family: arial; }

6.

You want to align all images to the right.

a)

text-align: right;

b)

float: right;

c)

alignment: right;

7.

You must use web safe fonts when styling text.

a)

TRUE

b)

FALSE

8.

Curly brackets { } are used for CSS.

a)

TRUE

b)

FALSE

9.

The color of text can only be set using hex codes.

a)

TRUE

b)

FALSE