HTML Headings Quiz

HTML Headings Quiz

12th Grade

7 Qs

quiz-placeholder

Similar activities

CSD Unit 2-Lessons 1-3 Quiz Checkup

CSD Unit 2-Lessons 1-3 Quiz Checkup

9th - 12th Grade

10 Qs

Module 2

Module 2

University - Professional Development

10 Qs

Review Javascript DOM

Review Javascript DOM

University - Professional Development

10 Qs

HTML Quiz

HTML Quiz

University

10 Qs

Computers Html Quiz

Computers Html Quiz

KG - Professional Development

10 Qs

HTML5 Forms

HTML5 Forms

11th - 12th Grade

10 Qs

Grade 12 Quiz 3 - HMTL Styles

Grade 12 Quiz 3 - HMTL Styles

12th Grade

10 Qs

HTML

HTML

9th - 12th Grade

12 Qs

HTML Headings Quiz

HTML Headings Quiz

Assessment

Quiz

Computers

12th Grade

Medium

Created by

KHAIRUNNISA HASSAN

Used 4+ 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>