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

    and ends with
. Between them NEED to put command
  • and
  • for every list item in an ORDERLY fashion.   Unordered list command starts with
      and ends with
    . Same as ordered list it uses
  • and
  • command to list itemsExplanation:


    Discussion

    No Comment Found