HTML Tags

HTML Tags

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

HTML - Tags, elements, tables and images

HTML - Tags, elements, tables and images

7th - 9th Grade

12 Qs

CSS Selector Practice

CSS Selector Practice

10th - 12th Grade

13 Qs

Text formatting tags

Text formatting tags

9th Grade

10 Qs

HTML basics

HTML basics

5th - 10th Grade

10 Qs

HTML

HTML

5th - 10th Grade

10 Qs

HTML

HTML

10th Grade

10 Qs

HTML introduction

HTML introduction

8th - 9th Grade

10 Qs

PROVA PARANÁ - PENSAMENTO COMPUTACIONAL | REVISÃO ENSINO MÉDIO 1

PROVA PARANÁ - PENSAMENTO COMPUTACIONAL | REVISÃO ENSINO MÉDIO 1

10th Grade

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