1.

Write the html code for showing different types of unordered list or bulleted list with example

Answer» The
    \xa0tag\xa0defines an\xa0unordered\xa0(bulleted)\xa0list. Use the
      \xa0tag\xa0together with the
    • \xa0tag\xa0to create\xa0unordered lists. Tip: Use CSS to style\xa0lists. Tip: For ordered\xa0lists, use the
        \xa0tag.\xa0An\xa0unordered list\xa0is a collection of related items that have no special order or sequence. This\xa0list\xa0is created by using HTML
          tag. Each item in the\xa0list\xa0is marked with a bullet.


Discussion

No Comment Found