HTML Links

HTML Links

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

HTML Review For Lesson 3

HTML Review For Lesson 3

10th Grade

10 Qs

SLO - FWPDD Test

SLO - FWPDD Test

9th - 12th Grade

15 Qs

u3:lesson1(for:PHP&HTML languages and applications of design

u3:lesson1(for:PHP&HTML languages and applications of design

12th Grade

8 Qs

HTML

HTML

9th - 12th Grade

15 Qs

HTML and CSS

HTML and CSS

9th - 10th Grade

12 Qs

Advanced HTML and CSS

Advanced HTML and CSS

9th - 12th Grade

15 Qs

HTML/CSS Coding Test Pt2

HTML/CSS Coding Test Pt2

7th - 9th Grade

13 Qs

Web Development

Web Development

8th - 10th Grade

12 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?