HTML Links

HTML Links

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

HTML тілі

HTML тілі

10th Grade

6 Qs

Sistem Mikrowave TJKT

Sistem Mikrowave TJKT

10th Grade

10 Qs

limbajul pascal

limbajul pascal

10th Grade

12 Qs

C# lesson10

C# lesson10

1st - 10th Grade

10 Qs

Excel - basic

Excel - basic

9th Grade

15 Qs

حاسب 2

حاسب 2

10th Grade

15 Qs

Cyber Security Homework 1

Cyber Security Homework 1

7th - 9th Grade

15 Qs

Kuis Dadakan ;)

Kuis Dadakan ;)

10th Grade - University

15 Qs

HTML Links

HTML Links

Assessment

Quiz

Computers

9th - 12th Grade

Practice Problem

Medium

Created by

Preston Rowland

Used 40+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?