Links to all three parts of the exam
- link to page 1
- link to page 2
- link to page 3
- the b tag makes text BOLD
- the i tag makes text italics
- the font size tag changes font size
- the p tag creates paragraphs
- the img tag creates images from a source
- the br tag creates a break in the page
- the table tag creates a table
- the ul tag creates unordered lists
- the font color tag changes font color
- the dl tag creates a definition list
- the bg color tag is for specifying background color
the biggest heading uses a 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 kinds of lists
- type="1"
- type="a"
- type="A"
- type="i"
- type="I"
- type="disc"
- type="circle"
- type="square"
- A dictionary list begines is a dl tag but also uses these tags
- the dd tag to display the definition
- The dt to display the subject you want to define
1 |
ABC |
D EF |
GH I |
JKL |
MN O |
PRS |
T UV |
WXY |
* |
Z |
# |
|
END |