HTML Tags

HTML Tags

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

TIK KU CLSS 3 A

TIK KU CLSS 3 A

9th Grade

10 Qs

Printers

Printers

9th - 12th Grade

10 Qs

The Dark Side

The Dark Side

KG - University

13 Qs

Chapter 2: Input Device

Chapter 2: Input Device

12th Grade - University

12 Qs

Hệ Điều Hành Của Máy Tính

Hệ Điều Hành Của Máy Tính

10th Grade - University

10 Qs

Computer Security

Computer Security

8th - 10th Grade

10 Qs

tin 10 l11

tin 10 l11

12th Grade

10 Qs

animal crossing quiz

animal crossing quiz

1st - 12th Grade

10 Qs

HTML Tags

HTML Tags

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Kris DeBruine

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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.