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.

            What comprises emphasis, strong and abbreviation?

            What does emphasis, strong, and abbreviation mean? Well, these are deprecated tags which add beauty and more emphasis to your website. For now, let me share to you on what I'd learned regarding this topic.

            If you want to abbreviate a word, you might try to follow this format:the word you want to abbreviate
            For example, SAINT JOHN ACADEMY

            Now, lets talk about the use of the tag . It is an element or tag that can be use, when you want to make a word in boldface in order the reader to see it clearly especially if that word is very important. Try to follow this format:
            the word you want to be in boldface
            Example: ADVENIAT REGNUM TUUM. It will be look like this, ADVENIAT REGNUM TUUM


            Is the word emphasize or the tag looks unfamiliar? Well let me say something about this tag. If you want a word, phrase or a sentence turn into italic form to make it emphasized, try to follow this format: the word you want to be in italic form
            Example: Ronalyn Layug Bitonio. It will turn into: Ronalyn Layug Bitonio

            That's all for this week. Hope enjoy and learn some lessons in making a website. Remember, emphasis, strong and abbreviation.