wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Y8 - WebDev - L03 - Do Now

Total questions: 22

Worksheet time: 13mins

Name
Class
Date
1.

What tag starts and ends an unordered list?

a)

<p> </p>

b)

<ol> </ol>

c)

<ul> </ul>

d)

<h1> </h1>

2.

What is the biggest heading tags?

a)

<p> </p>

b)

<h6> </h6>

c)

<ul> </ul>

d)

<h1> </h1>

3.

What tags start and end a paragraph tag?

a)

<p> </p>

b)

<h6> </h6>

c)

<ul> </ul>

d)

<h1> </h1>

4.

What is the correct tag for a hyperlink?

a)

<a href="code.org">Code.org</a>

b)

<a href="code.org">"Code.org"</a>

c)

<href="code.org">Code.org</href>

d)

<a href="code.org"><Code.org</a>

5.

What tag starts and ends a list?

a)

<p> </p>

b)

<ol> </ol>

c)

<ul> </ul>

d)

<li> </li>

6.

What is the smallest heading tags?

a)

<p> </p>

b)

<h6> </h6>

c)

<ul> </ul>

d)

<h1> </h1>

7.

What tag starts and ends an ordered list?

a)

<p> </p>

b)

<ol> </ol>

c)

<ul> </ul>

d)

<h1> </h1>

8.

Where do we always type all of our tags?

a)

between the head tags

b)

between the body tags

c)

wherever you want

d)

between the paragraph tags

9.

What is the correct tag for an image?

a)

<img src="image1.jpg" alt="Image1">

b)

<image src="image1.jpg" alt=Image1/>

c)

<img scr="image1.jpg">alt="Image1">

d)

<image scr="image1.jpg alt="Image1"/>

10.

Place the tags in order for the start of a webpage

a)

< html >

b)

< head >

c)

< title >

d)

< body >

1)
2)
3)
4)
11.

HTML stands for

a)

Hyper Tags Marked Language

b)

High Tech Media Language

c)

Hyper Text Markup Language

d)

High Text Media Language

12.

Which of the following is the correct way to create a heading in HTML?

a)

<h1>Heading</h1>

b)

<heading>Heading</heading>

c)

<head>Heading</head>

13.

Match the following HTML tag with their formatting purpose:

< u >

Bold

< b >

Italic

< i >

Underline

< p >

Paragraph

14.

To change the colour of the writing on the screen to red, which of the following would you use:

a)

< colour = "red">

b)

<font color = "red">

c)

< font colour = "red">

d)

< font = "red">

15.

Once the paragraph tag has been used <p> you then need to close the tag with </P>

a)

True

b)

False

16.

Which tag do you use to start a list item?

a)

<ul>

b)

<li>

c)

<ol>

d)

<list>

17.

Which tag do you use to insert an image?

a)

<image>

b)

<img>

c)

<href>

d)

</img>

18.

Label the Diagram

19.

This tag shows up in the tab above the url bar

a)

<!DOCTYPE>

b)

<html>

c)

<title>

d)

<head>

20.

Defines a hyperlink

a)

<p>

b)

<h1>

c)

<title>

d)

<a>

21.

Defines an image

a)

<h1>

b)

<p>

c)

<button>

d)

<img>

22.

Creates a bulleted list (Unordered List)

a)

<ul>

<li>

<li>

</ul>

b)

<ol>

<li>

<li>

</ol>

c)

<li>

</li>

d)

<p>

<li>

<li>

</p>