HTML Tags Practice

HTML Tags Practice

12th Grade

10 Qs

quiz-placeholder

Similar activities

Exámen- Unidad 3- Páginas Web

Exámen- Unidad 3- Páginas Web

12th Grade

14 Qs

Web Unit Lab 3 Quizizz

Web Unit Lab 3 Quizizz

9th - 12th Grade

10 Qs

HTML Dasar

HTML Dasar

10th Grade - University

12 Qs

Html tags

Html tags

1st - 12th Grade

15 Qs

Kiến thức về HTML

Kiến thức về HTML

12th Grade

10 Qs

Javascript Básico

Javascript Básico

9th - 12th Grade

10 Qs

FMT web developing session 4 HTML5 + CSS3

FMT web developing session 4 HTML5 + CSS3

KG - Professional Development

15 Qs

Web Tasarım ve Temelleri

Web Tasarım ve Temelleri

9th - 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?