wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML fundamentals

Total questions: 16

Worksheet time: 16mins

Name
Class
Date
1.

What does HTML stand for?

a)

HighTech Markup Language

b)

HyperText Markup Lingo

c)

HyperText Markup Language

d)

HyperText Margin Language

2.

Complete the setence: HTML is the most used because_____________

a)

is one of the most popular languages to design Web Pages

b)

it uses different tags, elements, images

c)

it can be easily changed

d)

it defines the structure of your content.

3.

Which is the anatomy of an element

a)

Opening Tag

b)

Content

c)

Closing Tag

4.

Select the part

This is the content of the element, which in this case, is just text.

a)

Closing Tag

b)

Opening Tag

c)

Element

d)

Content

5.

Is part of the Basic Structure of the HTML

a)

<head> / </head>

b)

//non-persisted properties

c)

data = dta || {}

d)

<meta charset="utf-8">

6.

The <section> tag allow us to create layouts (columns)

a)

True

b)

False

7.

The <_______> element is used as a container

for page heading content. The tag typically

contains heading tags (<h1> - <h6>), a logo

image, or other content that introduces the

content.

a)

<section>

b)

<main>

c)

<header>

d)

<nav>

8.

The <_____> tag is a block-level element used

to define major blocks of navigation links or

navigation menus like breadcrumbs

a)

<footer>

b)

<nav>

c)

<section>

d)

<aside>

9.

How many headings levels contain the HTML, (type the number)

4 lines
10.

Can we add Images under the body?

a)

True

b)

False

11.

Does HTML allow us to enter Hyperlinks?

a)

False

b)

True

12.

How long can be a paragraph?

a)

No more than 6 lines

b)

No more than 3 lines

c)

As long as required

d)

No more than 100 lines

13.

The content of the <________> typically consists of contact information, copyright, links, or

logos. In some cases, a web page may contain multiple tags

a)

<footer>

b)

<header>

c)

<aside>

d)

<figure>

14.

The <_____> tag specifies self-contained content, like illustrations, diagrams, photos, or code sections. By default, this is a block-level element with 40px right and left margin settings

a)

<aside>

b)

<article>

c)

<head>

d)

<figure>

15.

Personal Question:

What does HTML mean for me?

4 lines
16.

How do you feel about the training, draw yourself