You can use the View Source option in your Web browser to see the HTML source text for this page.
Here is an example of preformatted text. It allows you to do arbitrary indentation or weird spacings and arbitrary line breaks and leave as many blank lines as you like. You can also line things up in columns: Column 1 Column 2 Column 3 Item 1 Item 2 Item 3 Thing 1 Thing 2 Thing 3 You can include certain formatting tags like italics in preformatted text, although it is not recommended. You can include hyperlinks within preformatted text.
If addiction is judged by how long a dumb animal will sit pressing a lever to get a `fix' of something, to its own detriment, then I would conclude that netnews is far more addictive than cocaine. -- Rob StampfliNote that for the HTML viewer to display the string <blockquote> (rather than treat it as an HTML tag), you need to use the < and > escape characters to display the special characters < and >. And in order to display those escape characters (rather than have HTML display them as < and >) you need to use the escape characters & for the special ampersand character &.
There are 3 types of lists in HTML:
A paragraph tag <p> must be used to start a new paragraph,
because HTML ignores
line spaces.
You can use a line break <br>
to move to a new line.
A horizontal ruled line, such as the one below, is a good way of breaking up sections of text.