HTML Tags Practice

HTML Tags Practice

12th Grade

10 Qs

quiz-placeholder

Similar activities

Trivia de Costa Rica- P.4 Español AP

Trivia de Costa Rica- P.4 Español AP

9th - 12th Grade

15 Qs

Թեմատիկ աշխատանք - 1 9-րդ դասարան

Թեմատիկ աշխատանք - 1 9-րդ դասարան

12th Grade

13 Qs

HTML Test #2

HTML Test #2

9th - 12th Grade

11 Qs

HTML2

HTML2

9th - 12th Grade

8 Qs

M5S2 - Programación en Multiplataforma

M5S2 - Programación en Multiplataforma

12th Grade

11 Qs

Função quadrática

Função quadrática

10th - 12th Grade

10 Qs

conceptos básicos html css javascript

conceptos básicos html css javascript

12th Grade - Professional Development

15 Qs

Bài kiểm tra thường xuyên lần 1 (11/6)

Bài kiểm tra thường xuyên lần 1 (11/6)

KG - 12th Grade

10 Qs

HTML Tags Practice

HTML Tags Practice

Assessment

Quiz

Other

12th Grade

Medium

Created by

Arti Aggarwal

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Add a link to a bookmark, on the same page, with the id="mytext".

<a href="mytext#">Jump to new text</a>

<a src="mytext">Jump to new text</a>

<a href="#mytext">Jump to new text</a>

<a ="#mytext">Jump to new text</a>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Use the HTML image attributes to set the size of the image to 250 pixels wide and 400 pixels tall.

<img src="scream.png" wide="250" tall="400">

<img src="scream.png" width="250" height="400">

<img src="scream.png" height="250" width="400">

<img src="scream.png" tall="250" width="400">

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Use the correct HTML to make the text below into a link to "default.html".

<a href="default.html">Visit our HTML tutorial.</a>

<a herf="default.html">Visit our HTML tutorial.</a>

<a src="default.html">Visit our HTML tutorial.</a>

<a href="default.html>Visit our HTML tutorial./a>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Opens the linked document in a new window or tab

<a href="https://www.w3schools.com" target="_self">Visit W3Schools</a>

<a href="https://www.w3schools.com">Visit W3Schools</a>

<a href="https://www.w3schools.com" target="_top">Visit W3Schools</a>

<a href="https://www.w3schools.com" target="_blank">Visit W3Schools</a>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is <div> a container tag?

Yes

No

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Use the correct HTML to make the image become a link to "default.html".


<a src="default.html"><img src="smiley.gif"></a>


<a href="default.html"><img src="smiley.gif"></a>


<a href="default.html"><img src="smiley.gif">


<p href="default.html"><img src="smiley.gif"></a>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of this?

Rome <div>Capital city of Italy.</div> 3 million inhabitants.


Rome

Capital city of Italy.

3 million inhabitants

Rome Capital city of Italy. 3 million inhabitants

Rome

Capital city of Italy. 3 million inhabitants

Rome Capital city of Italy.

3 million inhabitants

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?