HTML-LINKS

HTML-LINKS

11th Grade

10 Qs

quiz-placeholder

Similar activities

Understanding HTML and Links

Understanding HTML and Links

10th Grade - University

10 Qs

GAME QUIZ

GAME QUIZ

11th - 12th Grade

10 Qs

2023 - Web Design - CSS Review

2023 - Web Design - CSS Review

9th - 12th Grade

15 Qs

HTML Quiz | For Beginners

HTML Quiz | For Beginners

1st Grade - Professional Development

10 Qs

ECS HTML & CSS Review

ECS HTML & CSS Review

9th - 12th Grade

15 Qs

FA 6

FA 6

9th - 12th Grade

15 Qs

Web Development

Web Development

1st - 12th Grade

10 Qs

HTML Coding

HTML Coding

9th - 11th 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?