wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML Intro Quiz

Total questions: 16

Worksheet time: 48mins

Name
Class
Date
1.

What does HTML represent?

a)

Hyper Text Manual Language

b)

HyperText Markup Language

c)

HyperText Manual Links

d)

HyperText Markup Links

2.

What does <!DOCTYPE html> stand for?

a)

The start of a CSS file

b)

The start of a JavaScript file

c)

The document type and version of HTML

d)

The end of an HTML file

3.

What is the role of the tag in an HTML document?

a)

It displays the main content.

b)

It contains metadata and links to resources.

c)

It adds images to the page.

d)

It creates a list of items.

4.

The <title> in the browser is located in which section?

a)

<Body>

b)

<Head>

5.

What does the <h1>

tag represent in HTML?

a)

A paragraph

A heading

b)

A list item

c)

A heading

d)

A hyperlink

6.

What size is <h6>?

a)

Largest size

b)

Smallest size

7.

Which tag is used to create a paragraph in HTML?

a)

<paragraph>

b)

<para>

c)

<pg>

d)

<p>

8.

What does the <body> section hold?

a)

The main visual content of the page

b)

The content displayed only in the browser

c)

Instructions for the browser

9.

Every piece of content in HTML code needs to have an _______?

a)

Opening and following tags

b)

Open-ended and closing texts

c)

Outer and closing tags

d)

Opening and closing tags

10.

"SEO" stands for?

a)

Server Engine Operation

b)

Systematic Electronic Optimization

c)

Search Engine Optimization

d)

Site Efficiency Organizer

11.

What are the two parts of any game, app, or website?

a)

Framework and design

b)

Frontend and Backend

c)

Foreground and background

d)
  • Uplink and Downlink

12.

Where do you put instructions and settings for the browser in an HTML document?

a)

In the <body> section

b)

In the <head> section

c)

In the <!DOCTYPE html> section

d)

In the note section that you comment out

13.

Which tag is used to add an image to a webpage?

a)

<img>

b)

<image>

c)

<ima>

d)

<iag>

14.

What are the META tags used for?

a)

META tags are used to label its author directly on the website for users to see

b)

META tags are used to label its author and program keywords for SEO only for the browser.

15.

Which is the correct opening and closing tag?

a)

Opening: </ >

Closing: < >

b)

Opening: < >

Closing: <- >

c)

Opening: < >

Closing: </ >

d)

Opening: < >

Closing: <= >

16.

What is the necessary part missing from this HTML skeleton to work?


<!DOCTYPE html>

<html>

<body>

</body>

</html>

a)

<head>

</head>

b)

<div>

</div>

c)

<img>

</img>

d)

<head>