Basic HTML quiz by utkrista

Basic HTML quiz by utkrista

9th - 12th Grade

6 Qs

quiz-placeholder

Similar activities

Found of IT: 4.02 C Understand HTML and CSS

Found of IT: 4.02 C Understand HTML and CSS

9th - 12th Grade

10 Qs

TIK - HTML Dasar

TIK - HTML Dasar

10th Grade

10 Qs

HTML introduction

HTML introduction

8th - 9th Grade

10 Qs

HTML Introduction

HTML Introduction

3rd Grade - Professional Development

10 Qs

7.2 Knowledge check

7.2 Knowledge check

9th Grade

10 Qs

HTML - Year 8

HTML - Year 8

7th - 10th Grade

10 Qs

Kuis Dasar-Dasar HTML

Kuis Dasar-Dasar HTML

9th Grade

10 Qs

HTML Formatting

HTML Formatting

9th Grade

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