HTML Headings Quiz

HTML Headings Quiz

12th Grade

7 Qs

quiz-placeholder

Similar activities

Web Development

Web Development

1st - 12th Grade

10 Qs

CSD Unit 2-Lessons 1-3 Quiz Checkup

CSD Unit 2-Lessons 1-3 Quiz Checkup

9th - 12th Grade

10 Qs

HTML Intro

HTML Intro

9th - 12th Grade

12 Qs

Tes Diagnostik Kognitif XII

Tes Diagnostik Kognitif XII

12th Grade

10 Qs

HTML Basics

HTML Basics

9th Grade - Professional Development

9 Qs

Quiz # 1 HTML

Quiz # 1 HTML

University

10 Qs

HTML Formatting Tags

HTML Formatting Tags

9th - 12th Grade

10 Qs

Quiz HTML kelas 9

Quiz HTML kelas 9

9th - 12th Grade

10 Qs

HTML Headings Quiz

HTML Headings Quiz

Assessment

Quiz

Computers

12th Grade

Easy

Created by

KHAIRUNNISA HASSAN

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