HTML 2 Quiz

HTML 2 Quiz

8th Grade

10 Qs

quiz-placeholder

Similar activities

HTML Lists

HTML Lists

8th Grade

10 Qs

List and Table in HTML

List and Table in HTML

8th Grade

10 Qs

HTML

HTML

8th Grade

14 Qs

Code.org HTML Tags

Code.org HTML Tags

6th - 8th Grade

10 Qs

HTML тегтері

HTML тегтері

1st Grade - University

13 Qs

HTML Review

HTML Review

5th - 8th Grade

15 Qs

HTML Fundamentals

HTML Fundamentals

7th - 8th Grade

14 Qs

HTML 2 Quiz

HTML 2 Quiz

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Lydia Vázquez

Used 11+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is the element used to create a list

body

p

html

ul

Answer explanation

<ul> allows to create a list and it needs a closing tag

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This element is used to list the items on a list

ul

li

ill

p

Answer explanation

<li> is the element to list the items and it needs a closing tag

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is like a container to display images, text, etc.

body

div

text

img

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Element that defines a drop-down list

value

select

size

ul

Answer explanation

<select id="cars" name="cars">

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is the element used to create the options on a drop down list

list

option value

ul

li

Answer explanation

  <option value="example">Volvo</example>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is the correct format for the closing element of <select>

<select//

select>>

</select>

>select>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The ... element defines a label for several form elements.

<label>

option

li

ul

Answer explanation

The <label> element defines a label for several form elements.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?