wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Code Next code quiz

Total questions: 11

Worksheet time: 6mins

Name
Class
Date
1.

Which principle? "website design must ensure all users have equal access to information"

a)

Navigation

b)

clarity

c)

typography

d)

accessibility

2.

Which principle? "the type of font used is important - fonts should be clear and legible"

a)

simplicity

b)

clarity

c)

accessibility

d)

typography

3.

Change the border size of the body or image

a)

border-style

b)

border-width

c)

border-color

d)

width

4.

sets the color of words in a paragraph

a)

h1 {

color: pink;

}

b)

img {

color: pink;

}

c)

body {

color: pink;

}

d)

p {

color: pink;

}

5.

Select the rule set to make all the text in your web page blue and centered.

a)

p {

color: blue;

}

b)

body {

text-align: left;

color: blue;

}

c)

p {

text-align: center;

color: blue;

}

d)

body {

text-align: center;

color: blue;

}

6.
The <img> tag controls what?
a)
Insert an image
b)
Insert a video
c)
Insert a new line
d)
Insert a page break
7.

This coding is used to create a paragraph:

a)

<pr></pr>

b)

<p></p>

c)

<para></para>

d)

<par></par>

8.

Which of the following creates the smallest header?

a)

<H2><./H2>

b)

<H3></H3>

c)

<H4></H4>

d)

<H6></H6>

9.

The universally accepted name for the first page on a website is

a)

home.html

b)

index.html

c)

first.html

10.

Variable names are case-sensitive

a)

True

b)

False

11.

A variable _____.

a)

always starts at 0

b)

reserves a place in the computer’s memory to store information.

c)

can only hold integers or floats.

d)

cannot be changed