wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Level Two - Session Two

Total questions: 61

Worksheet time: 20mins

Name
Class
Date
1.

This tag tells the computer this is a document written in HTML.

a)

<p>

b)

<!DOCTYPE html>

c)

<h1>

d)

<html>

2.

This tag indicates the beginning of your code written in HTML.

a)

<li>

b)

<!DOCTYPE html>

c)

<html>

d)

</html>

3.

This tag contains information about your webpage, also called the metadata.

a)

<head>

b)

<header>

c)

<title>

d)

<body>

4.

This tag contains all the main contents of your webpage.

a)

<body>

b)

<head>

c)

<contents>

d)

<p>

5.

These tags define the start & end of a paragraph. Paragraphs are blocks of text on your web page.

a)

<p>

b)

<P>

c)

</p>

d)

<h1>

6.

This tag defines a heading at the smallest size.

a)

<h6>

b)

<h2>

c)

<h7>

d)

<h1>

7.

This tag defines a heading at the largest size.

a)

<h1>

b)

<h20>

c)

<h3>

d)

<h2>

8.

HTML stands for...

(a)  

9.

This file name is used for the main page of your website.

a)

main.html

b)

index.html

c)

start.html

d)

mysite.html

10.

A software development technique in which two programmers work together at one workstation.

a)

pair programming

b)

partner programming

c)

team programming

d)

solo programming

11.

Pairs in pair programming are comprised of a ...

a)

navigator

b)

a free loader

c)

driver

d)

passenger

12.

Which of the following is not a heading tag?

a)

<h7>

b)

<h1>

c)

<h2>

d)

<h4>

13.

A piece of a website, marked by a start tag and often closed with an end tag.

a)

HTML Element

b)

HTML Object

c)

HTML Piece

d)

HTML Tag

14.

Match the correct end tag...

<p>

a)

<p/>

b)

<\p>

c)

</p>

d)

</P>

15.

Match the correct end tag...

<body>

a)

</body>

b)

<\body>

c)

</BODY>

d)

<body/>

16.

This is a title or summary for a document or section of a document.

a)

Heading

b)

Paragraph

c)

Mini-title

d)

Header

17.

This tag can be used to break line of text (move to a new line) inside a paragraph.

a)

<br>

b)

<break>

c)

<bl>

d)

<nl>

18.

This tag defines an element of a list.

a)

<li>

b)

<el>

c)

<ol>

d)

<ul>

19.

This tag contains an ordered list.

a)

<ol>

b)

<li>

c)

<ul>

d)

<ord>

20.

This tag represents and unordered list.

a)

<ol>

b)

<li>

c)

<ul>

d)

<un>

21.

What is HTML generally used for?

a)

Android apps

b)

User Interface Operations

c)

Webpage aesthetics

d)

The skeleton of webpages

22.

Which is correct CSS syntax?

a)

{body; colour = black;}

b)

body: colour = black

c)

body {

colour : black;}

d)

{body colour is black}

23.

What unit of measurement does CSS use for size?

a)

px

b)

em

c)

%

d)

All work

24.

Select the tags below:

a)

<body>

b)

/body

c)

<p>

d)

img

25.

Which tag is used to display/contain all things shown on the webpage?

a)

/body

b)

<p>

c)

<body>

d)

<img>

26.

Which tag is an end tag?

a)

<body>

b)

</body>

c)

<p>

d)

<img>

27.

Which tags are used to create a paragraph

a)

<body> </body>

b)

<img src => </img>

c)

<p> </p>

d)

<h1> </h1>

28.

What language is used to define the structure of a webpage?

a)

HTML

b)

JavaScript

c)

CSS

d)

French

29.

What language is used to add style to a webpage?

a)

HTML

b)

JavaScript

c)

CSS

d)

French

30.

What tag do you used to create a numbered list?

a)

<list>

b)

<ol>

c)

<li>

d)

<ul>

31.

Which sets the colour of words in a paragraph

a)

h1 {

colour: pink }

b)

img {

colour: pink }

c)

body {

colour: pink }

d)

p {

colour: pink }

32.

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

a)

p {

colour: blue; }

b)

body {

text-align: left;

colour: blue; }

c)

p {

text-align: center

colour: blue; }

d)

body {

text-align: center

colour: blue; }

33.

What symbols go around the properties for each CSS selector?

a)

< >

b)

[ ]

c)

{ }

d)

( )

34.

What is the selector for a link?

a)

a { }

b)

link { }

c)

href { }

d)

a href { }

35.

Annie wants the name of her product to be the main heading at the top of her webpage. Which tage defines the main heading in a web documnets?

a)

<h3>Product<h3>

b)

<h5>Product<h5>

c)

<h1>Product<h1>

d)

<h6>Product<h6>

36.

Name an element which does not have a closing tage.

a)

<img>

b)

<head>

c)

<body>

d)

<p>

37.

What symbol should you use to target a class names in css?

a)

#

b)

()

c)

.

d)

class

38.

What symbol should you use to target an id in css?

a)

.

b)

+

c)

id

d)

#

39.

Kareb wants to begin a new line within a paragraph of text on a webpage. Which code should she use?

a)

<li>

b)

<h1>

c)

<hr>

d)

<br>

40.

What is the correct code for a paragraph in css?

a)

P

b)

<p> </p>

c)

.p

d)

p {

}

41.

What is HTML generally used for?

a)

Android apps

b)

User Interface Operations

c)

Webpage aesthetics

d)

The skeleton of webpages

42.

Which heading/subheading is the biggest font size?

a)

<h1>

b)

<h2>

c)

<h3>

d)

<h6>

43.

Some tags you have to close with a /

Example: <h1> My Project </h1>

a)

True

b)

False

44.

Which is not a heading/subheading?

a)

<h6>

b)

<h7>

c)

<h1>

d)

<h2>

45.

<a href="https://www.picturelocation"> Click me </a>

Is this coded correctly?

a)

Yes

b)

No

46.

<a herf="https://www.picturelocation"> Click me </a>

Is this coded correctly?

a)

Yes

b)

No, they wrote herf

47.

<a href+"https://www.picturelocation"> Click me </a>

What is wrong with this code?

a)

It should be

<a href=

b)

It should be

<a href-

c)

It should be

<a href/

48.

<a href="https://www.picturelocation"> Click me <a>

What is missing?

a)

Nothing, it is coded correctly.

b)

The / in the closing tag

</a>

c)

They wrote

herf

49.

What color are links or hyperlinks?

a)

red

b)

blue

c)

yellow

d)

green

50.

When a link or hyperlink is purple and not blue, it means...

a)

That you have never ever clicked on it

b)

You have already clicked on it

c)

It is a virus

51.

<br>

what is this called?

a)

a line break

b)

an anchor element

c)

hyperlink

52.

which code lets you enter or return to the next line and helps you stack text on top of other text?

a)

<br>

b)

<a href=

c)

<img src

53.

In this code <img src

What does img stand for?

a)

iMac

b)

image

c)

amazing

d)

emma

54.

In this code <img src

What does src stand for?

a)

sauce

b)

source

c)

saucey-sauce

d)

saucer

55.

<img src="https://www.imagelocation.com">

Is this coded correctly?

a)

Yes

b)

No

56.

<img scr="https://www.picturelocation.com">

Is this coded correctly

a)

Yes

b)

No, src is written wrong

57.

width="600" height="200"

This code can help resize an image when using

<img src

a)

True

b)

False

58.

<img scr="https://www.picturelocation.com">

Is a self closing tag, it does not need a /

a)

True

b)

False

59.

How can you find an image's address?

a)

Right click and choose - open image in new tab

b)

Right click and choose - copy image address

c)

Right click and choose - save link as

60.

What does HTML stand for?

a)

Hyperlink Markup Language

b)

Hypertext Markup Language

c)

Hyperbolic Mark-it

Language

61.

What does CSS handle?

a)

The style and looks of a webpage

b)

The text of a webpage