HTML5 Semantic Tags Quiz

HTML5 Semantic Tags Quiz

9th Grade

9 Qs

quiz-placeholder

Similar activities

Countif

Countif

9th Grade

7 Qs

JS Quiz

JS Quiz

6th Grade - University

10 Qs

Multi file website HTML-CSS

Multi file website HTML-CSS

9th Grade

10 Qs

HTML

HTML

7th Grade - University

8 Qs

Matematica II

Matematica II

9th - 12th Grade

6 Qs

Posttest Aplikasi Pengolah Kata

Posttest Aplikasi Pengolah Kata

9th - 12th Grade

10 Qs

Aula 04 - CY2

Aula 04 - CY2

9th Grade

7 Qs

C++ Moxillón

C++ Moxillón

9th - 12th Grade

11 Qs

HTML5 Semantic Tags Quiz

HTML5 Semantic Tags Quiz

Assessment

Quiz

Information Technology (IT)

9th Grade

Hard

Created by

Gulbahar Durdyyeva

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of HTML5 semantic tags?

To make web pages load faster

To provide better description of content types for search engines and accessibility tools

To replace CSS styling

To eliminate the need for JavaScript

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following are examples of non-semantic HTML tags?

Header and footer

Article and section

Div and span

Nav and aside

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

HTML5 semantic tags were partly created based on:

Random developer preferences

Browser compatibility issues

Commonly used div ids and classes that web designers were using

Government accessibility requirements

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which semantic tag is typically used to contain the header bar at the top of a page and often navigation links?

<main>

<header>

<top>

<banner>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the <figure> tag?

To define animations

To create forms

To define images, charts, diagrams, or other visual elements

To highlight text

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which semantic tag would most appropriately be used for a sidebar of information within an article?

<sidebar>

<aside>

<section>

<info>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The tag commonly contains:

Main navigation links only

The primary content of the page

Copyright information, contact details, and social media links

Only images and videos

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the <mark> tag do to content?

Indents the text

Highlights the text

Makes text italic

Creates a hyperlink

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag would you use to provide a caption for an image or chart?

<caption>

<description>

<figcaption>

<imagetext>