HTML Links

HTML Links

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

5.3 ID The Elements - Inline, Block, Attribute

5.3 ID The Elements - Inline, Block, Attribute

9th - 12th Grade

12 Qs

HTML Quiz

HTML Quiz

12th Grade

10 Qs

AIB 9: HTML-Quiz

AIB 9: HTML-Quiz

9th Grade - University

13 Qs

Применение систем управления веб контентом

Применение систем управления веб контентом

12th Grade

15 Qs

Review HTML Tags

Review HTML Tags

11th Grade

12 Qs

HTML and CSS

HTML and CSS

9th - 10th Grade

12 Qs

JavaScript Basics

JavaScript Basics

12th Grade - University

15 Qs

GAME QUIZ

GAME QUIZ

11th - 12th Grade

10 Qs

HTML Links

HTML Links

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Preston Rowland

Used 40+ times

FREE Resource

10 questions

Show all answers

1.

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>

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

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Use CSS to remove the underline from the link.

<a href="html_images.asp" style="remove;">HTML Images</a>

<a href="html_images.asp" style="text-decoration:none;">HTML Images</a>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Use the correct HTML attribute to make the link open in a new window.

<a href="html_images.asp" target="_blank">HTML Images</a>

<a href="html_images.asp" target="_self">HTML Images</a>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

<a href="img pic="smiley.gif"></a>

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

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Add a "tooltip" to the link. The "tooltip" should say "Home".

<a href="default.html" title="Home">Back to Home</a>

<a href="default.html"><title>Home</title>Back to Home</a>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You can add a link to a bookmark on another page.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

HTML links can be used to create bookmarks, so that readers can jump to specific parts of a web page.

True

False

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?