html image quiz

html image quiz

11th Grade

6 Qs

quiz-placeholder

Similar activities

Web Quzizz

Web Quzizz

9th - 12th Grade

10 Qs

Unit 5 - CSS Review

Unit 5 - CSS Review

9th - 12th Grade

11 Qs

HTML/CSS

HTML/CSS

11th Grade

10 Qs

Quiz ASJ - XII TKJ

Quiz ASJ - XII TKJ

9th - 12th Grade

9 Qs

Графічні зображення та гіперпосилання на вебсторінці

Графічні зображення та гіперпосилання на вебсторінці

1st - 12th Grade

11 Qs

Information Technology

Information Technology

11th Grade

10 Qs

HTML Quiz-1

HTML Quiz-1

6th - 12th Grade

10 Qs

HTML File Path, Head, and Layout

HTML File Path, Head, and Layout

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