wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML Semantic Elements

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Semantic elements = elements with a meaning.

a)

True

b)

False

2.

Examples of non-semantic elements: <div> and <span>

a)

True

b)

False

3.

Examples that are not semantic elements: <form>, <table>, and <article>

a)

True

b)

False

4.

The <section> element does not define a section in a document.

a)

True

b)

False

5.

The <article> element specifies independent, self-contained content.

a)

True

b)

False

6.

The <section> element does not define section in a document.

a)

True

b)

False

7.

Can we use the definitions to decide how to nest those elements? (section and article)

a)

Of course we can!

b)

Why couldn't we?

c)

No we cannot.

d)

Articles should never have sections nested within them.

8.

You can have several <header> elements in one HTML document. However, <header> cannot be placed within a <footer>, <address> or another <header> element.

a)

True

b)

False

9.

A <footer> element typically contains:

unrelated documents

main navigation menu

information about feet

a)

True

b)

False

10.

The <aside> content should be indirectly related to the surrounding content. (like a sidebar)

a)

True

b)

False