Laura Petersen
Directions
What you need to do is find a resource somewhere that will help you find the
coding necessary to perform the following html operations, characters and symbols. Make an Definition
List and tell how to code each one. Then also use it in an example.
One last thing make this paragraph have Red text. Find the coding
to do that.
- Big Text
- The tag to make Big Text is "big"
- Small Text
- The tag to make Small Text is "small"
- Superscript
- The tag to make subscript is "sup"
- Subscript
- The tag to make Subscript is "sub"
- Strike Through
- The tag for
strike through is "strike"
- Underline
- The tag to make text underline is "u"
- Italics
- To make a word italics you need to use the "i" tag
- Boldface
- The tag for making something bold is "b" tag.
- Dollar symbol
- The tag for $ is "$"
- Cent symbol
- The tag to make the ¢ is "¢"
- Copyright symbol
- The tag for © is "©"
- R - Registered trademark
- The tag for ® is "®"
- Squared symbol
- The tag ² is "&sup2"
- Cubed symbol
- The tag ³ is "&sup3"
- Degree symbol
- The tag for ° is "&#176"
- PlusMinus symbol
- The tag for ± is "&#177"
- Fraction 1/2
- The tag for ½ is "&#189"
- Fraction 1/4
- The tag for ¼ is "&#188"
- Fraction 3/4
- The tag for ¾ is "&#190"
- Division sybol (not the / one)
- The tag for ÷ is "&247"
- Greater than symbol
- The tag for > is ">"
- Less than symbol
- The tag for < is "<"
- And sign
- The tag for & is "&"