wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Introduction to HTML/CSS Quiz 1: Overview and Setup

Total questions: 10

Worksheet time: 30mins

Name
Class
Date
1.

What does HTML stand for?

a)

Hyperdrive Text Markup Language

b)

HyperText Markup Language

c)

HyperText Markdown Language

d)

Hyperspeed Magnetic Luggage

2.

The <body> tag is

a)

the contents of our webpage that will be displayed

b)

all of the text on our webpage

c)

a picture of the human body

d)

the styling and information about our webpage

3.

The <head> tag is

a)

the tag to display a smiley face

b)

the "brain" of the webpage

c)

the element that contains all of the information about the webpage

d)

the element that contains what we see on our webpage

4.

The <h> tag stands for

a)

Hopping

b)

Heading

c)

Header

d)

Holder

5.

The <p> tag stands for

a)

Poll

b)

Paragraph

c)

Page

d)

Puppy

6.

Which tag is used to create a numbered (ordered) list?

a)

<ul>

b)

<num>

c)

<list>

d)

<ol>

7.

Which tag is used to create a list item?

a)

<le>

b)

<item>

c)

<li>

d)

<value>

8.

The <img> tag is used to

a)

Add links to HTML

b)

Add images to HTML

c)

Add tables to HTML

d)

Add captions to images

9.

The "src" attribute is used to

a)

specify the text that should be displayed if the file does not load

b)

specify where the object will go

c)

specify the source JS file

d)

where the water source is

10.

How many different header sizes are there?

a)

1

b)

3

c)

4

d)

6