Recap Grade 6 Lists

Recap Grade 6 Lists

6th Grade

5 Qs

quiz-placeholder

Similar activities

Sequencing in Flowcharts

Sequencing in Flowcharts

5th - 9th Grade

10 Qs

Databases Quiz

Databases Quiz

6th - 8th Grade

10 Qs

WD 2 - More HTML

WD 2 - More HTML

KG - 12th Grade

10 Qs

Computer Stuff

Computer Stuff

KG - Professional Development

10 Qs

Learn HTML

Learn HTML

6th - 8th Grade

10 Qs

HTML BASIC 2

HTML BASIC 2

6th - 10th Grade

9 Qs

HTML Tags

HTML Tags

6th - 8th Grade

10 Qs

HTML  Basics Khan Academy - Day 1

HTML Basics Khan Academy - Day 1

6th - 8th Grade

8 Qs

Recap Grade 6 Lists

Recap Grade 6 Lists

Assessment

Quiz

Computers

6th Grade

Medium

Created by

Megha .

Used 9+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

______________________ is the attribute to sets the list item marker to a square

style-list-type:square

list-style-type:square;

list-type-style:square

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Element name to create an unordered list in html 

< ul >

< unl >

< li >

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Each list item starts with  ___________ tag

< list >

< lt >

< item >

<li>

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

the list items in the unordered will be marked with _____________by default:

circle

disc

square

none

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

The list items in the ordered  will be marked with ___________by default

numbers

capital alphabets

small alphabets