Lesson 3 -4

Lesson 3 -4

4th Grade

5 Qs

quiz-placeholder

Similar activities

grade 4

grade 4

4th Grade

10 Qs

WEB DEVELOPMENT class 1 to 5

WEB DEVELOPMENT class 1 to 5

4th Grade

10 Qs

ktra1-5

ktra1-5

1st - 5th Grade

10 Qs

html for kids

html for kids

1st - 5th Grade

5 Qs

Ôn tập W

Ôn tập W

4th Grade

10 Qs

KT Đầu Buổi 02 - Vai trò của người lập trình

KT Đầu Buổi 02 - Vai trò của người lập trình

1st - 5th Grade

10 Qs

Online Safety Questions and Answers

Online Safety Questions and Answers

4th Grade

10 Qs

Hardware and Software Basics

Hardware and Software Basics

4th Grade

10 Qs

Lesson 3 -4

Lesson 3 -4

Assessment

Quiz

Information Technology (IT)

4th Grade

Hard

Created by

Yoga kodingnext

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used to display an image on a web page?

A. <image>


B. <img>

C. <src>

D. <picture>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which attribute is used to specify the path of an image in the <img> tag?

A. href

B. alt

C. src

D. link

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to create a numbered list in HTML?

A. <ul>

B. <li>

C. <dl>

D. <ol>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The <ul> tag is used to create

A. A list with images

B. A list without order (bullets)

C. A numbered list

D. A list with links

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To create a list like this:

  • Cat

  • Dog

  • Rabbit
    Which tags should you use?

A. <ul> and <li>

B. <ol> and <li>

C. <dl> and <dd>

D. <ul> and <ol>