HTML Images & Links Quiz - Missed Questions

HTML Images & Links Quiz - Missed Questions

11th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Programação Front End - CSS avançado

Programação Front End - CSS avançado

11th Grade

10 Qs

Data Engineering y BigQuery V1

Data Engineering y BigQuery V1

12th Grade

10 Qs

10 CS // Pseudocode

10 CS // Pseudocode

9th - 11th Grade

10 Qs

RPMS - IPCRF by Jenelou John Israel

RPMS - IPCRF by Jenelou John Israel

12th Grade

10 Qs

Typography

Typography

11th Grade

10 Qs

Recording Software Button Identification Quiz

Recording Software Button Identification Quiz

8th Grade - University

10 Qs

Quiz Informatica Jornadas Orientación Asunción

Quiz Informatica Jornadas Orientación Asunción

12th Grade - University

10 Qs

Cha-ching 2

Cha-ching 2

1st Grade - University

8 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