HTML Tags

HTML Tags

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

Quiz PWPB XI RPL

Quiz PWPB XI RPL

10th Grade

12 Qs

HTML Images

HTML Images

9th - 12th Grade

10 Qs

HTML Basics

HTML Basics

7th - 12th Grade

12 Qs

Pemrograman Web 1

Pemrograman Web 1

10th Grade

10 Qs

HTML Quiz 1

HTML Quiz 1

8th - 10th Grade

11 Qs

HTML (unit)

HTML (unit)

9th Grade

11 Qs

Quiz 3 in Prog 1

Quiz 3 in Prog 1

8th - 11th Grade

10 Qs

Kuis K9 / 06-02-2024

Kuis K9 / 06-02-2024

9th Grade

10 Qs

HTML Tags

HTML Tags

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Kris DeBruine

Used 4+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which tag makes text BOLD?

<b>

<bold>

<em>

<!>

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is NOT an empty tag?

<meta>

<img>

<br>

<a>

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which tag "defines an HTML document" and is the FIRST and LAST tag in a web page document?

<html>

<body>

<meta>

<!DOCTYPE>

4.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

What is the attribute in an anchor tag that is used to reference the address of the link?

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

INSIDE which tag do you put the <meta charset="utf-8"> tag?

<head>

<body>

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which tag makes text italicized?

<i>

<strong>

<b>

<div>

7.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

What is the attribute in an <img> tag that is used to reference the image source?

8.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which tag adds a horizontal line across the web page?

<hr>

<line>

<rule>

<hline>

9.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

Which tag is used INSIDE an ordered list or an unordered list to add a list item? Don't include the < or > symbols in your answer.