HTML Headings Quiz

HTML Headings Quiz

12th Grade

7 Qs

quiz-placeholder

Similar activities

HTML Basics

HTML Basics

University

12 Qs

Intro to HTML

Intro to HTML

9th - 12th Grade

12 Qs

Introduction to HTML/CSS Quiz 3: Basic CSS

Introduction to HTML/CSS Quiz 3: Basic CSS

6th - 12th Grade

7 Qs

HTML

HTML

University

10 Qs

HTML & CSS

HTML & CSS

10th - 12th Grade

12 Qs

HTML/CSS Quiz

HTML/CSS Quiz

10th Grade - University

10 Qs

HTML & CSS

HTML & CSS

University

10 Qs

HTML - Syntax, P, H and img Elements

HTML - Syntax, P, H and img Elements

12th Grade

10 Qs

HTML Headings Quiz

HTML Headings Quiz

Assessment

Quiz

Computers

12th Grade

Easy

Created by

KHAIRUNNISA HASSAN

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>