Lecture Title:
Lists
Objectives:
• Define the lists.
• Students able to classify the lists.
• Recognize types of lists.
• Using list by designing web page.
• Specify suited attributes with list tags.
My dear students,
Find the complete Lecture by clicking on pdf icon above, also you can send any question by using a messenger icon above.
Regards
Haider M. Habeeb
Lecturer
Selections:
Here are some concepts about HTML List tags, also there are more details you can find them with the attached pdf file above. In addition to what you have during the lab.
Types of HTML List:
Unordered list; bullets
Ordered list; numbers
Definition list; dictionary
Unordered list:
Starts with the tag.
Each list item starts with the - tag.
The list items are marked with bullets.
Ordered list:
Starts with the tag.
Each list item starts with the - tag.
The list items are marked with numbers.
Definition list:
List of items, with a description of each item.
Starts with the tag.
- : defines the item in the list.
- : describes the item in the list.
Using type attribute for generating different types of lists.
or or