wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Y7 - 3 - Web Dev (Lesson: Containers 1)

Total questions: 13

Worksheet time: 7mins

Name
Class
Date
1.

Which HTML tag lets you write 'My Dog Jack' in the browser tab?

a)

<TITLE>

b)

<BODY>

c)

<DIV>

2.

Which attributes would allow you to set the size of your topbox?

a)

Wide = 50px

Tall = 100px

b)

width: 800px;

height: 100px;

c)

big: 800px

small: 100px

3.

A website homepage always has the same filename, what is it?

a)

firstpage.html

b)

homepage.html

c)

index.html

4.

What is the correct way to close a HTML tag?

a)

</html>

b)

<?html>

c)

<$html>

5.

Between which tags did we set the width, height and colour of the topbox?

a)

<style>

b)

<a href>

c)

<body>

6.

What does HTML stand for?

a)

Hyper Transfer Model Library

b)

HyperText Markup Language

c)

Heavy Texting Modular Language

7.

What is the name of the code used for formatting website?

e.g. <body>, <title>, <head>

a)

HTML Toggles

b)

HTML Setters

c)

HTML Tags

8.

Which HTML Tag is always used on the last line of a webpage?

a)

</head>

b)

</html>

c)

</finish>

9.

Which HTML tag do we use for adding paragraphs?

a)

<b>

b)

<a>

c)

<p>

10.

What is the name of the html element that allows us to link and move between webpages?

a)

hyperlinks

b)

hoverlinks

c)

heightlinks

11.

Which answer has the HTML been shown in the correct order?

a)

<html>

<head>

<body>

b)

<head>

<html>

<body>

c)

<body>

<html>

<head>

12.

Which hyperlink tag has been written correctly?

a)

<href a: index.html">

b)

<a href index html>

c)

<a href="index.html">

13.

Topbox was an example of which HTML model?

a)

The border model

b)

The box model

c)

The content model