HTML Images & Links Quiz - Missed Questions

HTML Images & Links Quiz - Missed Questions

11th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Sistema Operativo

Sistema Operativo

1st - 12th Grade

10 Qs

Fashion Merchandising 1.01

Fashion Merchandising 1.01

9th - 12th Grade

10 Qs

Веб-технології.

Веб-технології.

11th Grade

12 Qs

Virtual Memory

Virtual Memory

11th Grade

10 Qs

Bài 25 tin 10

Bài 25 tin 10

9th Grade - University

10 Qs

Tin học 2

Tin học 2

11th Grade

12 Qs

ASJ XI-Bab 3 Remote Server

ASJ XI-Bab 3 Remote Server

11th Grade

10 Qs

HTML Images & Links Quiz - Missed Questions

HTML Images & Links Quiz - Missed Questions

Assessment

Quiz

Computers

11th - 12th Grade

Hard

Created by

Wayground Content

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 4 pts

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

2 mins • 4 pts

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.

3.

MULTIPLE CHOICE QUESTION

2 mins • 4 pts

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">

4.

MULTIPLE CHOICE QUESTION

2 mins • 4 pts

It contains the path to the file, or just the file name.

<img>

src=""

alt=""

5.

MULTIPLE CHOICE QUESTION

2 mins • 4 pts

<img> is not a self enclosing tag, this means there is a </img>.

True

False

6.

MULTIPLE CHOICE QUESTION

2 mins • 4 pts

The ____ attribute describes the picture, e.g.

<img>

src=""

alt=""

7.

MULTIPLE SELECT QUESTION

2 mins • 4 pts

Which of the following can be made into a link?

(Choose all that apply.)

an image

a list item

an <h1> tag

<p> tags

8.

MULTIPLE CHOICE QUESTION

2 mins • 4 pts

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