Formatting
Content alone will not portray an accurate message with your webpage. Formatting is essential in order to organize and illustrate points and ideas. Almost always, people can take what you type completely out of context. In an effort to fix this, there are certain codes to convey exactly what you mean. Many of these codes have two different tags that do the same thing.
B & STRONG
The text between <b> and <strong> tags create bolded text.
<b>bolded text</b>
<strong>bolded text</strong>
Take the file <b> grades.txt </b> and put it in your <strong> Courses </strong> folder.
I & EM
The text between the <i> and <em> tags create italicized text.
<i>italicized text</i>
<em>italicized text</em>
Take the file <i> grades.txt </i> and put it in your <em> Courses </em> folder.
U & INS
The text between the <u> and <ins> tags create underlined text.
<u>underlined text</u> <ins>underlined text</ins>
Take the file <u> grades.txt </u> and put it in your <ins> Courses </ins> folder.
DEL
The text between the <del> tags create text with a strike through.
<del>deleted text</del>
Things to do:
1. Homework
2. Clean dorm room
<del>3. Watch TV</del>
SUP
<sup>superscript text</sup>
The text between the <sup> tags creates superscript text.
SUB
<sub>subscript text</sub>
The text between the <sub> tags creates subscript text.




