html image quiz

html image quiz

11th Grade

6 Qs

quiz-placeholder

Similar activities

G5 HTML

G5 HTML

5th Grade - University

10 Qs

HTML basics

HTML basics

11th Grade

10 Qs

Гиперссылки в HTML

Гиперссылки в HTML

8th - 11th Grade

8 Qs

Soal HTML UKIN PRETEST

Soal HTML UKIN PRETEST

11th Grade

10 Qs

HTML tekstas, spalva, dydis, šriftas

HTML tekstas, spalva, dydis, šriftas

4th Grade - Professional Development

7 Qs

Web Design: Basics of HTML and CSS

Web Design: Basics of HTML and CSS

9th - 12th Grade

10 Qs

CAT Grade 11 (HTML)

CAT Grade 11 (HTML)

11th Grade

10 Qs

JSPS Competition Hackathon - HTML Language Grade 4 & 5

JSPS Competition Hackathon - HTML Language Grade 4 & 5

4th Grade - University

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