Write HTML program to display an Ordered List which
contains the name of Your favourite 6 Food Items( use
numerals as the type like 1,2,3, etc)
Answers
Answered by
1
Answer:
Working with HTML Lists
HTML lists are used to present list of information in well formed and semantic way. There are three different types of list in HTML and each one has a specific purpose and meaning.
Unordered list — Used to create a list of related items, in no particular order.
Ordered list — Used to create a list of related items, in a specific order.
Description list — Used to create a list of terms and their descriptions.
Explanation:
Similar questions