HTML-LINKS

HTML-LINKS

11th Grade

10 Qs

quiz-placeholder

Similar activities

HTML Links

HTML Links

9th - 12th Grade

10 Qs

Understanding HTML and Links

Understanding HTML and Links

10th Grade - University

10 Qs

JRDL - Adv HTML & CSS

JRDL - Adv HTML & CSS

6th Grade - Professional Development

12 Qs

html Test 2

html Test 2

9th - 12th Grade

15 Qs

HTML - CSS

HTML - CSS

9th - 12th Grade

10 Qs

HTML

HTML

9th - 12th Grade

15 Qs

CSS Selector Practice

CSS Selector Practice

10th - 12th Grade

13 Qs

Web Development

Web Development

1st - 12th Grade

10 Qs

HTML-LINKS

HTML-LINKS

Assessment

Quiz

Computers

11th Grade

Hard

Created by

marissa agdong

Used 135+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is the correct syntax for a link?

<a href="url">link text</a>

<a href="url" link text>

<a href=url>link text</a>

<a href="url" link text</a>

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

By default, the linked page will be displayed in ______________ browser window.


In other words, where will the following link open:

<a href="https://www.w3schools.com/">Visit W3Schools!</a>

the current

a new

the target

a blank

3.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

Which of the following can be made into a link?

an image

a list item

an <h1> tag

<p> tags

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The correct syntax for a link to an email address is

<a href="mailto:someone@example.com">Send email</a>

<a href="someone@example.com">Send email</a>

<a href=mailto:someone@example.com>Send email</a>

<a href="mailto:someone@example.com">

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the purpose of the target attribute in the code above?

It tells the browser to make your screen blank when you click the link.

It tells the browser to open the link in the same tab when you click the link.

It tells the browser to open the link in a new tab when you click the link.

It tells the browser to open the link in a different browser when you click the link.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An absolute URL:
contains a full path to a resource, excluding the protocol indicator
contains a full path to a resource, including the protocol indicator
assumes the current document's path so that all references are made from the top of the site's hierarchial directory structure
assumes the current document's path so that all references are made from the document's current directory.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following do you use to create a hyperlink in an HTML document?
The <html> element
The <hr> element
The <img> element
The <a> element

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?