HTML Links

HTML Links

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

tin 10 l11

tin 10 l11

12th Grade

10 Qs

Recap

Recap

12th Grade

10 Qs

Q1 W1 M1 PRE-TEST

Q1 W1 M1 PRE-TEST

10th Grade

15 Qs

EXAMEN-2°AÑO-INFORMATICA P3-2021

EXAMEN-2°AÑO-INFORMATICA P3-2021

1st - 9th Grade

13 Qs

Bài làm việc Access, cấu trúc bảng

Bài làm việc Access, cấu trúc bảng

9th - 12th Grade

10 Qs

Hệ Điều Hành Của Máy Tính

Hệ Điều Hành Của Máy Tính

10th Grade - University

10 Qs

UAS Desain Media Interaktif

UAS Desain Media Interaktif

12th Grade

15 Qs

Testas: Saugesnis internetas

Testas: Saugesnis internetas

11th Grade

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