wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML Basics Introduction

Total questions: 4

Worksheet time: 2mins

Name
Class
Date
1.

What does HTML stand for?

a)

Hyperlinks and Text Markup Language

b)

Home Tool Markup Language

c)

High Tech Mapping Language

d)

Hyper Text Markup Language

2.

Which tag hold the visible part of a web page?

a)

<head>

b)

<body>

c)

<title>

d)

<html>

3.

Which tag is the root element of an HTML page?

a)

<head>

b)

<html>

c)

<body>

d)

<title>

4.

How do you define an HTML element correctly?

a)

Use one tag with no closing tag

b)

Use a closing tag before the opening tag

c)

Use opening and closing tags around content

d)

Write content with no tags at all