Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML Quiz #1 Review - CodeHS (Sec 1-5)

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What does the <br> tag do?

a)

Hits "Enter" and starts a new line on the webpage.

b)

Makes the text bold.

c)

Makes the text italics.

d)

Puts the text in the tab of the browser.

2.

What does HTML stand for?

a)

HyperText Markup Language

b)

Highlight Tight Makes Loops

c)

Hooper Test Marked Lights

d)

Honor Term Max Learning

3.

What does the <p> tag do?

a)

Hits "Enter" and creates a new line on the webpage.

b)

Creates a new paragraph.

c)

Displays and image (jpg, gif or png)

d)

Makes a hyperlink

4.

What is wrong with the hyperlink code?

a)

Nothing.

b)

Missing closing </a> tag

c)

No content between the opening <a> and closing </a> tags

d)

HREF is misspelled as HERF

5.

Which of these tags doesn't need a closing tag?

a)

<a href>

b)

<img>

c)

<b>

d)

<title>

6.

You are using an <h3> header tag. How can you make the text bigger?

a)

<h4> tag

b)

<title> tag

c)

<a href> tag

d)

<h2> tag

7.

What is the correct syntax for inserting an image?

a)

<img src> chipotleGuac.jpg </img>

b)

<src img="chipotleGuac.jpg">

c)

<img src="chipotleGuac.jpg">

d)

<src img> chipotleGuac.jpg </img>

8.

Images in your website may have which file extension?

a)

.jpg

b)

.png

c)

.jpeg

d)

.gif

9.

What is wrong with the following hyperlink?

a)

Nothing.

b)

The closing tag is missing the slash </a>

c)

There is no content between the opening and closing <a> tags.

d)

HREF is misspelled as HERF

10.

What is wrong with the following image tag?

a)

Nothing

b)

SRC is misspelled as SCR

c)

It is missing the closing </img> tag

d)

SRC comes before IMG