HTML Tags Review

HTML Tags Review

11th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

HTML

HTML

11th - 12th Grade

10 Qs

Introduction to HTML

Introduction to HTML

9th - 12th Grade

10 Qs

SciVis II Unit 3 E

SciVis II Unit 3 E

9th - 12th Grade

12 Qs

Web Design: Link, Image, List and Table

Web Design: Link, Image, List and Table

9th - 12th Grade

13 Qs

Post Test (Web Page Designing COT 1)

Post Test (Web Page Designing COT 1)

11th Grade

10 Qs

HTML/CSS

HTML/CSS

9th - 12th Grade

11 Qs

Introduction to HTML

Introduction to HTML

9th - 12th Grade

15 Qs

Box Model and IDs Check for Understanding

Box Model and IDs Check for Understanding

9th - 12th Grade

10 Qs

HTML Tags Review

HTML Tags Review

Assessment

Quiz

Other, Specialty

11th - 12th Grade

Medium

Created by

Susan Stewart

Used 8+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following tags would you wrap around text so that it appears in your browser?

<style> </style>

<p> </p>

<body> </body>

<html> </html>

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Between which tags would you include your CSS rules?

<style> </style>

<body> </body>

<em> </em>

<p> </p>

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following tags would make a word or group of words bold?

<em> </em>

<strong> </strong>

p{ color:red; }

<a href="">

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does this code: <a href="https://www.w3schools.com/">Visit W3Schools.com!</a> do?

Turn the background of Visit W3Schools.com! red

Insert an image that an adaptive reader would read as Visit W3Schools.com!

Italicize all the words in a paragraph

Link to https://www.w3schools.com and display Visit W3Schools.com!

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following tags would italicize a word or group of words?

<strong> </strong>

<a href="">

<em> </em>

<body> </body>

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following tags would put a break at the end of a line so that it splits up a paragraph?

<em>

<br>

<strong>

<li>

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following tags creates a numbered list?

<ol> </ol>

<ul> </ul>

<style> </style>

<html> </html>

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?