Saturday, August 6, 2011

Lists^^

The lists elements you can use in HTML documents are:
UNORDERED or BULLETED LIST
The list is enclosed in
    tags, while each item is enclosed in
  • tags.
    By default, unordered lists are displaye with solid round bullets. But the type attribute can change the appearance of these bullets. Try any of the following:
          ORDRED or NUMBERED LIST
          The list is enclosed in
            tags, again, with each item inside
          1. tags.
            By default, ordered list are Arabic numerals with a value "I" for the first line item. Similar to unordered lists, the appearance of these numerals can change with type. Here are the options
              for Arabic numerals.
              for Roman Numerals
              for Alpha Numerals
            DEFINITION LIST
            The list is enclosed in
            tags. The term to be defined is within
            tags. followed by the term's definition inside
            tags.
            You can have as many descriptons for each term as you like or none at all. Inside these definition data
            tags you can also put paragraphs, line breaks, links, images, or even other lists.

            No comments:

            Post a Comment