| Back | Index | Next |
Bodyworks- Basic FormattingOne of the quirks of coding in HTML is that what you see is NOT what you get. The computer does not recognize extra white space. Don't bother spending hours lining up the text in your document until it is just the way you want it. The computer will blissfully ignore your hard work. In order to get things looking the way you want them, you need to speak to the computer in terms it will understand. That's right- in code, using basic commands. Here are a few helpful ones: <H1> Heading 1 </H1><H2> Heading 2 </H2><H3> Heading 3 </H3><H4> Heading 4 </H4>The heading tags set the size of the text font, embolden the text and set the text apart from the line following it.<b>
</b>
<BR> line break
<HR> horizontal rule makes
a line like this:
|
| Back | Index | Next |