HTML Tags

HTML Tags

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

HTML & Web Design

HTML & Web Design

5th - 9th Grade

12 Qs

HTML Basics

HTML Basics

7th - 10th Grade

10 Qs

Web Design

Web Design

9th Grade

12 Qs

HTML File Path, Head, and Layout

HTML File Path, Head, and Layout

9th - 12th Grade

10 Qs

HTML BASIC 5 - 8 QUIZ

HTML BASIC 5 - 8 QUIZ

12th Grade

10 Qs

Web Quzizz

Web Quzizz

9th - 12th Grade

10 Qs

e-Learning WEB-HTML

e-Learning WEB-HTML

11th Grade

12 Qs

Kuis Dasar-Dasar HTML

Kuis Dasar-Dasar HTML

9th Grade

10 Qs

HTML Tags

HTML Tags

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Kris DeBruine

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