wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Quiz: Intro to HTML/CSS

Total questions: 35

Worksheet time: 18mins

Name
Class
Date
1.

What does HTML stand for?

a)

Hyperlinks and Text Markup Language

b)

Home Tool Markup Language

c)

HyperText Markup Language

d)

High-Tech Machine Language

2.

Which of the following is an HTML element?

a)

 <breakline>

b)

<italics>

c)

 <p>

d)

<bold>

3.

Which tag is used for the largest heading?

a)

<h2>
b)

<h1>

c)

<h3>

d)

<h6>

4.

What does the <p>

tag represent?

a)

Picture

b)

Paragraph

c)

Page

d)

Property

5.

Part 1: HTML Basics Which is the correct way to add a comment in HTML?

a)

// comment

b)

/* comment */

c)

 <!-- comment -->

d)

## comment

b)

Internal