Formatting has been turned off for this page only to show you what unformatted text looks like. There are no tags modifying it other than those required by the HTML specifications. I can't make long spaces between words; HTML ignores them. HTML also ignores linefeeds (pressing enter). Instead, you use one of two tags. The <P> tag (paragraph mark) is neater:

But you can't use more than one:

For that, you use the <BR> tag (linebreak),
which simply stops the line:




To make a bar across the screen, use the <HR> tag:


Of course, you can't do too much with just unformatted text, which brings us to headings.

(Formatting will now be turned back on.)


Section table of contents | Forward to headings | Main beginning page