Unordered List

  Unordered List

  The same icon is located on the items of the list.

  It is usefull for listing many items

  How to make 'Unordered List'.

        <ul> Name of List
          <li> Item 1
          <li> Item 2
          <li> Item 3
          <li> Item N
        </ul>
In order to get the above result, you just input as follows.

        <ul> HTML GUIDE INDEX
          <li> How to make HomePage
          <li> HTML document basic types
          <li> TAGs in HEAD
          <li> Document HEADING
          <li> Examples of simple documents
          <li> Line Break and Paragraph Break
          <li> Character Type and Size
          <li> Character Type and Size(contd.)
          <li> PREFORMAT TEXT
          <li> Horizental Line
          <li> Center Arrangement of Text
          <li> Writing texts with TAGs we've learned so far 
          <li> Link to Other Web(text)
          <li> Universal Resource Locator - URL
          <li> ANCHOR with URL
          <li> Images within a document
          <li> Images within a document(contd.)
          <li> Images within a document(contd.)
        <ul>