The Final - Muhammad Ali Part 1
Links to all three parts of the final
- Click for Final Exam Part 1
- Click for Final Exam Part 2
- Click for Final Exam Part 3
Markup Tags:
- The li tag indicates that this line is a part of a list ordered or unordered
- The B tag makes text bold
- The italics are produced by the I tag
- The u tag indicates the text to be underlined
The S tag indicates a strike through text
- The em tag indicates that this should be emphasized
The h3 tag indicates this is a heading
- The Strong tag indicates strong emphasis on a text
- The sub tag shows SubScript
- The sup tag shows SuperScript
- font color = "blue" tag shows blue color on a text
- Center tag indicates text should be centered
Heading Tags:
The biggest heading uses a h1 tag
The next biggest heading uses a h2 tag
The third biggest heading uses a h3 tag
The fourth biggest heading uses a h4 tag
The fifth biggest heading uses a h5 tag
The smallest heading uses a h6 tag
Different kinds of list:
- Ordered list is introduced by an ol tag; types:
- Type=I
- Type=i
- Type=a
- type=1
- type=A
- Unordered list is introduced by an ul tag; types:
- Type=square
- Type=circle
- Type=disc
- Dictionary list begins with DL tag, and also uses these tags:
- dt
- dd
1 |
ABC |
DEF |
GHI |
JKL |
MNO |
PRS |
TUV |
WXY |
* |
Z |
# |
CALL |
END |