html image quiz

html image quiz

11th Grade

6 Qs

quiz-placeholder

Similar activities

Web Design - Visual Elements and Graphics

Web Design - Visual Elements and Graphics

9th - 12th Grade

10 Qs

Web Development Beginners quiz 18

Web Development Beginners quiz 18

1st - 12th Grade

10 Qs

Forms and Maps

Forms and Maps

KG - Professional Development

10 Qs

HTML Images

HTML Images

9th - 12th Grade

10 Qs

Unit 5 - CSS Review

Unit 5 - CSS Review

9th - 12th Grade

11 Qs

Графіка для веб-середовища

Графіка для веб-середовища

10th - 11th Grade

9 Qs

HTML Images

HTML Images

9th - 12th Grade

9 Qs

Day 1&2 revison test

Day 1&2 revison test

9th - 12th Grade

10 Qs

html image quiz

html image quiz

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Daniel Amare

Used 3+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

<body> </body> tag used to _______

define the body

select the body

used for css(style tag)

All

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

<img src=" ______ " alt=" "> missing part is?

link

image name

video name

document name

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which tag is not include in <head> </head> tags.

<mate>

<script>

<title>

<P>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

web development has many objective. please choose one of the basic objective to design a website.

communication with costumer

information storing

communication and information purpose

All

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

<img src="flower.jpg" alt="image" style="width:100px;height:200px;>

identify the attribute from the code

img and alt

img and src

src and alt

src and style

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

<img src="flower.jpg" alt="image" style="width:100px;height:200px;>

which one is the element of this code.

src

alt

style

img