HTML5 Semantic Tags Quiz

HTML5 Semantic Tags Quiz

9th Grade

9 Qs

quiz-placeholder

Similar activities

Advance HTML &CSS Quiz (special selectors, DRY),

Advance HTML &CSS Quiz (special selectors, DRY),

9th Grade

13 Qs

HTML 5 Review Quiz

HTML 5 Review Quiz

9th - 12th Grade

10 Qs

Tugas Daring TIK

Tugas Daring TIK

9th Grade

10 Qs

Web Development

Web Development

9th - 12th Grade

10 Qs

Multi file website HTML-CSS

Multi file website HTML-CSS

9th Grade

10 Qs

Intro to CSS Styling Quiz

Intro to CSS Styling Quiz

9th - 12th Grade

5 Qs

HTML Formatting Text

HTML Formatting Text

9th - 12th Grade

5 Qs

Posttest Aplikasi Pengolah Kata

Posttest Aplikasi Pengolah Kata

9th - 12th Grade

10 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>