wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Html Tags Lesson 3

Total questions: 7

Worksheet time: 5mins

Name
Class
Date
1.

How do you end a Large heading tag in HTML

a)

<\h1>

b)

<h1/>

c)

</h1>

d)

<h1>

2.

Which tag will create the smallest heading ?

a)

<h4></h4>

b)

<h3></h3>

c)

<h2></h2>

d)

<h1></h1>

3.

To run your html you need a special piece of software which is known as

a)

Operating Software

b)

Explore excess

c)

Browser Software

d)

Google Classroom

4.

Which of the following software could you use to read a webpage ? ( more than one answer)

a)

Google Chrome

b)

Internet Explorer

c)

Google Classroom

d)

Microsoft Excel

5.

What code would create


this page

a)

<html><head></head><body>What code would create <p> this page</p></body></html>

b)

<head></head><body>What code would create <p> this page</p>

c)

<html><head></head><body><p>What code would create <p> this page</p></body></html>

d)

What code would create


this page

6.

What does HTML stand for ?

a)

Hypeyourtext makeup Language

b)

HypertextSaturdayMash-up Language

c)

BangersAndMash-Up Language

d)

Hypertext Mark-up Language

7.

Why is a html document started off with this tag

<!DOCTYPE html> ( more than one answer)

a)

Tells the browser the type of document it is reading

b)

Tells the browser it is reading a document of the type HTML

c)

Tells the user user that they are only allowed to use html code in the webpage

d)

Creates a Microsoft Word document