wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

FA 6

Total questions: 15

Worksheet time: 4hrs 31mins

Name
Class
Date
1.

In HTML <p> is for a

a)

sentence

b)

paragraph

c)

problem

d)

picture

2.

The purpose of CSS is to

a)

add html code

b)

add content

c)

add pictures

d)

add style

3.

The language of the web is

a)

HTML

b)

CSS

c)

.png

d)

.jpeg

4.

dog.jpg is an example of this type of file

a)

picture

b)

html page

c)

css file

d)

saved page

5.

The homepage of your website is

a)

index.html

b)

page1.html

c)

style.css

d)

home.css

6.

Where would this code be found?

body {

background: pink;

}

a)

sheets.html

b)

html

c)

css

d)

index.html

7.

This is usually inserted on line 4: <link rel="stylesheet" href="style.css">

What does it do?

a)

Link the stylesheet

b)

Link pages

c)

Add a Photo

d)

Add a textbox

8.

What does this code do?

<a href="_______.html">________</a>

a)

Add photo

b)

Link css

c)

Link Pages

d)

Add Text

9.

The code below is an example of:

<img src="doggroup.jpg" alt="Group of Dog"

height=220

width=450/>

a)

The size of a textbox

b)

A photo added to css

c)

A title

d)

A photo added to html

10.

Dotted, dashed, solid, and grooved are examples of

a)

fonts

b)

borders

c)

text decoration

d)

float

11.

If you want to change your photos from the left side to the right you should change the

a)

image size

b)

text alignment

c)

float

d)

border radius

12.

Underline is an example of

a)

shadowing

b)

text

c)

font

d)

text decoration

13.

To style images in css you should use

a)

img {

b)

image <

c)

img<

d)

<IMAGE>

14.

Which is the smallest heading code?

a)

h1

b)

<small>

c)

h6

d)

h0

15.

Border radius changes

a)

the roundness of photo corners

b)

the text to cursive

c)

the border size of the webpage

d)

adds a circle to the page