Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Semantic HTML

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

The tags <article>, <header> and <nav> are...

a)

Non - semantic tags

b)

Basic tags

c)

Semantic tags

d)

Content tags

2.

The tag <span> is a non-semantic tag/element?

TRUE or FALSE

a)

FALSE

b)

TRUE

3.

Which tag is used to create a hyperlink?

a)

<a></a>

b)

<h1></h1>

c)

<img>

d)

<href></href>

4.

Which one of these is correctly formatted?

a)

<a href="https://www.w3schools.com/">Visit w3schools page</a>

b)

<a href="w3schools.com/">Visit w3schools page</a>

c)

<a href="www.w3schools.com/">Visit w3schools page</a>

d)

<a hlink="https://www.w3schools.com/">Visit w3schools page</a>

5.

How will this look in the browser?

a)
b)
c)
6.

General rule: A (a)   forms part of something else. An article is its own thing.

7.

Which semantic element would you use for the header of a page?

a)

<header></header>

b)

<h1><h1>

c)

<head></head>

d)

<topnav></topnav>

8.

What is the output here?

a)
b)
c)
d)
9.

What is the function of the <p> tag?

a)

It defines a paragraph

b)

It defines a parent element

c)

It defines a placeholder

d)

It defines a problem

10.

The <div> tag defines a division or a section in an HTML document.

It is non-semantic so it can have any sort of content.

TRUE or FALSE

a)

TRUE

b)

FALSE