HTML Headings Quiz

HTML Headings Quiz

12th Grade

7 Qs

quiz-placeholder

Similar activities

HTML - 2

HTML - 2

University

12 Qs

html, css quiz

html, css quiz

6th Grade - Professional Development

10 Qs

Intro to HTML

Intro to HTML

9th - 12th Grade

12 Qs

Todo List

Todo List

University

10 Qs

Basic HTML Tags I

Basic HTML Tags I

9th - 12th Grade

11 Qs

HTML Tags (Basic) Quiz

HTML Tags (Basic) Quiz

11th - 12th Grade

11 Qs

Website Design

Website Design

KG - University

10 Qs

HTML & CSS

HTML & CSS

University

10 Qs

HTML Headings Quiz

HTML Headings Quiz

Assessment

Quiz

Computers

12th Grade

Easy

Created by

PUAN (KKRTCG)

Used 2+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What defines the most important heading in HTML?

Heading 1

Heading 2

Heading 3

Heading 4

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used to define the least important heading?

Heading 3

Heading 4

Heading 5

Heading 6

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of headings in HTML?

To make text bold

To add color to text

To create links

To index the structure of web pages

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an HTML heading tag?

  • <title>

  • <h1> to <h6>

<header>

  • <body>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Headings in HTML should be used to define the structure of a webpage and give it proper organization.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Use only <h1> tags for the title of the webpage

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Add a heading with the text “Welcome to My Website” using HTML heading 1

  • <heading>Welcome to My Website</heading>

  • <h1>Welcome to My Website</h1>

  • <h2>Welcome to My Website</h2>

  • <header>Welcome to My Website</header>