Emanuele Allegretta
CST 161
Links to all three parts of final
Final Pt 1
Final Pt 2
Final Pt 3
Markup Tags
The B tag makes bold text.
The I tag makes italicized text.
The U tag makes underlines text.
The SUP makes text in superscript .
The SUB makes text in subscript.
The S tag makes text with strike through.
The EM tag emphasizes text.
The STRONG tag makes text strong.
The P tag creates Paragraphs.
The IMG tag is used to display images, usually followed by SRC and then URL.
The BLINK tag makes stuff
blink.
The H tag makes headings, usually followed by a number.
The TABLE tag starts a table.
Heading tags:
The biggest heading uses an H1 tag.
The next biggest heading uses an H2 tag.
The third biggest heading uses an H3 tag.
The fourth biggest heading uses an H4 tag.
The fifth biggest heading uses an H5 tag.
The smallest heading uses an H6 tag.
Different kind of lists:
Ordered list is introduced by a OL tag; types:
type I = uppercase roman numerals
type i = for lowercase roman numerals
type A = for uppercase letters
type a = for lowercase letters
type 1 = for numbers
Unordered list is introduced by a UL tag; types:
Type disc = disc
Type circle = circle
Type square = square
Dictionary list begins with the DL tag, and also uses these tags:
DT dictionary term
DD dictionary definition
1
ABC
DEF
GHI
JKL
MNO
PRS
TUV
WXY
*
Z
#
CALL
END