InterviewSolution
Saved Bookmarks
| 1. |
In how many ways you can create List? name them |
|
Answer» Lists are a part of everyday life like to do list, navigational ROUT list etc and they can be created in many ways. HTML has couple of kind of lists too but they have a specific method for creating these lists. The two types of list in HTML are ordered list and unordered list. Ordered list command starts with
|
|