creating list. lesson proper pre-test post-test references credits

Post on 29-Dec-2015

213 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Creating List

Lesson Proper

Pre-Test

Post-Test

References

Credits

1. An _______ list starts with the <ul> tag .

Unordered Ordered

Definition

Next Question

Ooops ! Try again !

YOU’RE GOOD !

2. An _______ list starts with the <ol> tag .

Unordered Ordered

Definition

Next Question

Ooops ! Try again !

YOU’RE GOOD !

3. The ______ tag defines a definition

list.<dl>

<dt>

<ul>

Next Question

Ooops ! Try again !

YOU’RE GOOD !

4. Defines a description of an item in a definition

list

<dl>

<dt>

<ul>

Next Question

Ooops ! Try again !

YOU’RE GOOD !

5. Defines an item in a definition list .

<dl>

<dd>

<dt>

Next Question

Ooops ! Try again !

YOU’RE GOOD !

ListsUnordered li

stOrdered ListDefinition List

Table of Contents

Unordered list

An unordered list starts with the <ul> tag. Each list item starts with the <li> tag.The list items are marked with bullets (typically small black circles).

Type this one !

Result

Main

Ordered List

An ordered list starts with the <ol> tag. Each list item starts with the <li> tag.

The list items are marked with numbers.

Type this one !

Result

Main

Definition List

A definition list is a list of items, with a description of each item.

The <dl> tag defines a definition list.

The <dl> tag is used in conjunction with <dt> (defines the item in the list) and <dd> (describes the item in the list)

Type this one !

Result

Main

Tag Definition

<ol> Defines an ordered list

<ul> Defines an unordered list

<li> Defines a list item

<dl> Defines a definition list

<dt> Defines an item in a definition list

<dd> Defines a description of an item in a definition list

HTML List Tags

Main

References:

*http://www.w3schools.com/html/html_lists.asp* Wallpapersphotos.com* msdn.microsoft.com* tutorialchip.com

Credits :

I would like to thank to :

•My Parents• Classmates• Our God• Sir Reluba

Reported By :

Jennilyn P. Capada

III-1

( Programming)

Batch 2011-2012

top related