1.

Which tag is used for List items?(a) (b) (c) (d) The question was posed to me in a national level competition.Question is taken from Numbered, Bullet and Definition Lists topic in section Text, Links & Lists of HTML

Answer»

The CORRECT option is (a)



  • EXPLANATION: li is for the list items. The list is INDENTED by default by the browser.
  • is written inside
      ELEMENT having opening
    1. tag and closing
    2. tag. Sometimes
        can also include TYPE attribute which defines type of numbering.
          represents a ordered list where as
      is unordered list. A description list is specified by
      tag.


  • Discussion

    No Comment Found

    Related InterviewSolutions