Basic HTML quiz by utkrista

Basic HTML quiz by utkrista

9th - 12th Grade

6 Qs

quiz-placeholder

Similar activities

HTML

HTML

10th Grade

10 Qs

HTML 2

HTML 2

9th Grade

11 Qs

HTML

HTML

9th - 12th Grade

11 Qs

TechPromise JavaScript Quiz

TechPromise JavaScript Quiz

6th - 12th Grade

10 Qs

Chapter1 Quiz

Chapter1 Quiz

8th - 9th Grade

10 Qs

HTML

HTML

5th - 10th Grade

10 Qs

HTML basics

HTML basics

5th - 10th Grade

10 Qs

HTML Quiz 1 Review

HTML Quiz 1 Review

7th - 12th Grade

11 Qs

Basic HTML quiz by utkrista

Basic HTML quiz by utkrista

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Utkrista Adhikari

Used 2+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the full form of HTML

HyperText Markup Layout
HyperText Markup Language
Hyperlink Text Markup Language
Highly Technical Markup Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way of using "tags" in HTML?

Use angle brackets <> to enclose tags, with opening and closing tags for each element.
Use square brackets [] to enclose tags
Use parentheses () to enclose tags
Use curly braces {} to enclose tags

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the <title> tag?

To define the title of the HTML document
To change the font style of the text
To insert images into the document
To create a new section within the HTML document

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following is a "open" tag in HTML?

<p>

</h1>

</head>

</p>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to add a line break in HTML?

<br>

<break>

<lb>

<newline>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct HTML tag for the largest heading?

<head>

<h1>

<h6>

<header>