Monday, 14 December 2015

LISTS IN HTML

LIST TYPES
HTML lists appear in web browser as bulleted lines of text. Thera are actually three types of lists in HTML.
 UNORDERED LISTS
ORDERED LISTS
 DEFINITION LISTS

                                                                                                                                                          
UNORDERED LIST
An unordered lists is a list of items which may appear in any particular order. It is usually displayed as a bulleted list of items. It starts with <UL>tag. Each list item starts with the <LI> tag.

ORDERED LIST

An ordered lists is a numbered list. The list items are marked with numbers. It starts with <OL>tag. Each list item starts with the <LI> tag.

No comments:

Post a Comment