Search Header Logo

HTML Hyperlinks Quiz

Authored by Deborge Jones

English

6th Grade

CCSS covered

Used 2+ times

HTML Hyperlinks Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of a hyperlink?

To embed images on a webpage

To move the user to another webpage when clicked

To create a table layout for images

To define the folder structure of a website

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about relative links?

They always require a protocol like http:// or https://

They are used to link to external websites

They do not require a server path or protocol

They open in a new browser tab by default

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the target="_blank" attribute do when used with a hyperlink?

It specifies the text displayed for the link

It opens the hyperlink in the same browser tab

It opens the hyperlink in a new browser tab

It makes the link bold

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol represents folders located one level lower in an HTML folder hierarchy?

.

/

#

@

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a bookmark in HTML?

A tag that links an image to a webpage

A type of hyperlink that navigates to a specific location on a webpage

A method to link an external CSS file

A protocol used in absolute links

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which attribute is required in an tag to provide alternative text?

src

alt

Tags

CCSS.RI.4.10

CCSS.RI.5.10

CCSS.RI.6.4

CCSS.RI.7.4

CCSS.RI.8.4

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you add a hyperlink to an image in HTML?