Lecture 2 (HTML Continued...)

Lecture 2 (HTML Continued...)

1st - 5th Grade

9 Qs

quiz-placeholder

Similar activities

HTML ÖĞRENİYORUM 1

HTML ÖĞRENİYORUM 1

5th Grade

10 Qs

HTML

HTML

KG - Professional Development

8 Qs

HTMl

HTMl

3rd Grade

11 Qs

HTML Quiz <html>

HTML Quiz <html>

4th - 8th Grade

10 Qs

Class 7 HTML

Class 7 HTML

5th - 7th Grade

10 Qs

HTML/CSS

HTML/CSS

4th Grade

14 Qs

HTML Tags

HTML Tags

1st Grade

14 Qs

HTML basics

HTML basics

5th - 10th Grade

10 Qs

Lecture 2 (HTML Continued...)

Lecture 2 (HTML Continued...)

Assessment

Quiz

Professional Development, Computers

1st - 5th Grade

Medium

Created by

Brian Diolún

Used 1+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does deprecated refer to?

Something that has been replaced by something else

A feature that is now redundant

Something that needs to be improved

A feature that no longer works

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does <img> do?

A non existant HTML entity

An attribute specifying an image

An image tag requiring a closure

A void tag specifying an image

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these are not attributes of the <img> tag?

src

width

height

content

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these attributes is utilised if there is an error loading <img> source content?

instead

alt

replace

error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following does not determine Image size on the page?

Width & Height

CSS

Original Image size

Image metadata

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which file extension is used exclusively by Safari?

.tiff

.jpg

.svg

.png

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following are Creative Commons licenses not concerned with?

Attribution

Alteration

Distribution

Compression

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these are not functions of a HTML link element?

Links to particular locations on page

Links to other resources within the current site

Instructions to the browser to start the user’s email program

To provide a link as part of an <img> tag

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these HTML snippets links to the "topstory" section of our new.html page?

<a href="news.html#topstory">Todays Top Story</a>

<a href="index.html#topstory">Todays Top Story</a>

<a href="l#topstory">Todays Top Story</a>

<a location="index.html#topstory">Todays Top Story</a>