HTML Tags

HTML Tags

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

KOD ARAHAN HTML 2

KOD ARAHAN HTML 2

1st Grade - University

10 Qs

แบบทดสอบ ม.3 หน่วย 2 ภาษา html

แบบทดสอบ ม.3 หน่วย 2 ภาษา html

9th Grade

10 Qs

HTML

HTML

9th - 12th Grade

10 Qs

Мультимедійні та гіпертекстові документии

Мультимедійні та гіпертекстові документии

10th Grade

12 Qs

Quiz HTML

Quiz HTML

1st - 10th Grade

10 Qs

HTML/CSS

HTML/CSS

11th Grade

10 Qs

CSS - RECUPERAÇÃO 2ºTRIMESTRE

CSS - RECUPERAÇÃO 2ºTRIMESTRE

11th Grade

10 Qs

CSD Unit 2-Lessons 1-3 Quiz Checkup

CSD Unit 2-Lessons 1-3 Quiz Checkup

9th - 12th 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.