The Final - Muhammad Ali Part 2





Links to all three parts of the final
  1. Click for Final Exam Part 1
  2. Click for Final Exam Part 2
  3. Click for Final Exam Part 3



Markup Tags:

  1. The li tag indicates that this line is a part of a list ordered or unordered
  2. The B tag makes text bold
  3. The italics are produced by the I tag
  4. The u tag indicates the text to be underlined
  5. The S tag indicates a strike through text
  6. The em tag indicates that this should be emphasized
  7. The h3 tag indicates this is a heading

  8. The Strong tag indicates strong emphasis on a text
  9. The sub tag shows SubScript
  10. The sup tag shows SuperScript
  11. font color = "blue" tag shows blue color on a text
  12. Center tag indicates text should be centered




Heading Tags:

  1. The biggest heading uses a h1 tag

  2. The next biggest heading uses a h2 tag

  3. The third biggest heading uses a h3 tag

  4. The fourth biggest heading uses a h4 tag

  5. The fifth biggest heading uses a h5 tag
  6. The smallest heading uses a h6 tag




Different kinds of list:

  1. Ordered list is introduced by an ol tag; types:
  2. Unordered list is introduced by an ul tag; types:
    1. Type=square
    2. Type=circle
    3. Type=disc
  3. Dictionary list begins with DL tag, and also uses these tags:
    1. dt
    2. dd
1 ABC DEF
GHI JKL MNO
PRS TUV WXY
* Z #
CALL END