wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML and CSS for S3

Total questions: 23

Worksheet time: 12mins

Name
Class
Date
1.

What does HTML stand for?

a)

HyperText Mobile Language

b)

HyperText Markup Language

c)

HyperText Makeup Language

d)

HyperText Madeup Language

2.

Select information we would store in the <head>...</head> section of a web page

a)

Title

b)

CSS

c)

Headings

d)

Body

3.

How does the tag to show pictures start?

a)

<image>

b)

<picture>

c)

<pic>

d)

<img>

4.

Fill in the blank.


Cascading (a)   Sheet

5.

Which tag produces the largest font size?

a)

H1

b)

H2

c)

H5

d)

H6

6.

What is the purpose of the <a> tag?

a)

Do a mathematical equation

b)

Allow an image to move about the page

c)

To link two pages together

d)

To link your page to an external site

7.

Select the advantage(s) of using external CSS

a)

You can link more than one page to the same CSS file

b)

It loads faster than internal

c)

It's easy to write external css

d)

Errors are easier to detect

8.

State the type of addressing the following link uses:


http:///www.mysite.co.uk/logo.gif

a)

Relational

b)

Relative

c)

Absolute

d)

Absolving

9.

State the type of addressing the following link uses:


images/logo.gif

a)

Relational

b)

Relative

c)

Absolute

d)

Absolving

10.

Select the css code which changes the font colour of text

a)

font-colour

b)

font-color

c)

color

d)

colour

11.

Choose the CSS code which changes the appearance of the font

a)

font-family

b)

font-type

c)

family

d)

font-color

12.

What is the proper name given when a web page is drawn on paper before being made?

a)

Storyboard

b)

Wireframe

c)

Box image thingy

d)

Wireboard

13.

Where is internal css stored in a web page?

a)

<head>

b)

<body>

c)

<title>

d)

<div>

14.

State the type of compression used by a .jpg image

a)

Lossless

b)

LZW

c)

Lossy

d)

RZW

15.

Select the advantage(s) of using a .png image.

a)

Transparency

b)

Almost perfect recreation of the image

c)

Can be animated

d)

Small file size compared to .bmp

16.

State the name given to the above

a)

Wireframe

b)

Planning document

c)

Storyboard

d)

Box drawing

17.

Select the difference between an ID and a class in CSS

a)

An ID can be used multiple times

b)

A class can only be used once

c)

An ID can be used once

d)

There is no difference

18.

Select how you would identify a class called images in CSS

a)

#images

b)

.images

c)

$images

d)

+images

19.

what type of tag would an unordered list use?

a)

<li>

b)

<ul>

c)

<ol>

d)

<lu>

20.

What type of list is represented by the <ol> tag?

a)

Organised List

b)

Organisation List

c)

Ordered List

d)

Unordered List

21.

What are the 3 main parts of an HTML document ?

a)

head, paragraph tag, and html

b)

head, body and text header

c)

head, body and html

d)

html, body and tags

22.

src attribute in an image tag means what?

a)

Source of the image

b)

Name of the image

c)

Description of the image

d)

Not used with image tag

23.
Which of the following is the largest heading? 
a)
h2
b)
h3
c)
h4
d)
h6