InterviewSolution
Saved Bookmarks
| 1. |
What are lists? how many different types of lists can u create in a writer ? How are they useful? |
| Answer» List is a way to group together related piece of information, so that they are easy to read and understand.There are three different types of list:\tOrdered list — Ordered list is a list which is used to group a set of related items in a specific order.\tDescription list — Description list is a list which is used to display name/value pairs such as terms and definitions.\tUnordered list — Unordered list is a list which is used to group a set of related items in no particular order. | |