HTML Headings Quiz

HTML Headings Quiz

12th Grade

7 Qs

quiz-placeholder

Similar activities

Desain Grafis 2

Desain Grafis 2

University

10 Qs

Introduction to HTML/CSS Quiz 1: Overview and Setup

Introduction to HTML/CSS Quiz 1: Overview and Setup

6th - 12th Grade

10 Qs

Sains Komputer Tingkatan 5 - 3.3.3 Membina laman web mudah

Sains Komputer Tingkatan 5 - 3.3.3 Membina laman web mudah

1st Grade - Professional Development

11 Qs

BASIC HTML

BASIC HTML

University

9 Qs

Coding the Web #1

Coding the Web #1

9th - 12th Grade

10 Qs

HTML & CSS

HTML & CSS

10th - 12th Grade

12 Qs

Web Development Revision 2

Web Development Revision 2

University

10 Qs

HTML

HTML

12th Grade

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