Lesson 3 -4

Lesson 3 -4

4th Grade

5 Qs

quiz-placeholder

Similar activities

Quiz sur le CSS

Quiz sur le CSS

1st - 5th Grade

10 Qs

Grade 4 Technology DBA

Grade 4 Technology DBA

4th Grade

10 Qs

Python語言for循環與range

Python語言for循環與range

4th Grade

10 Qs

Domande sulle Keyword SEO

Domande sulle Keyword SEO

1st - 5th Grade

6 Qs

Pretest HTML

Pretest HTML

1st - 5th Grade

10 Qs

سباق التحدي الرقمي الثالث

سباق التحدي الرقمي الثالث

1st Grade - University

10 Qs

PowerPoint

PowerPoint

4th Grade

10 Qs

Lesson 3 -4

Lesson 3 -4

Assessment

Quiz

Information Technology (IT)

4th Grade

Practice Problem

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>