HTML Links

HTML Links

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

CSS

CSS

12th Grade

15 Qs

HTML Tags

HTML Tags

9th Grade

10 Qs

Hyperlink Tags (HTML)

Hyperlink Tags (HTML)

6th - 12th Grade

15 Qs

HTML Images

HTML Images

9th - 12th Grade

10 Qs

HTML-LINKS

HTML-LINKS

11th Grade

10 Qs

HTML and CSS

HTML and CSS

9th - 10th Grade

12 Qs

Информатика 11 сынып HTML

Информатика 11 сынып HTML

1st - 12th Grade

10 Qs

HTML Basics

HTML Basics

8th - 10th Grade

10 Qs

HTML Links

HTML Links

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Preston Rowland

Used 39+ 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?