section 2: formatting paragraphs


Seperating sections

The above looks fine but it's still missing something. The problem is that the text still doesn't seem to be standing out as it should. You can use the <HR> tag, which stands for HORIZONTAL RULE. This creates a line from one edge of the browser window to the other. Plus, like all paragraph formatting structures creates a half line seperation above and below the line. Here is the previous example but with a few <HR> tags decretly that make the page stand out...

<BODY>
<H1>Title of this page</H1><BR>

<HR>
<H3>Sub-title number 1</H3>
<P>This is the first section of the page, it just consists of 1 paragraph.</P>

<HR>
<H3>Sub-title number 2</H3>
<P>This is the second section of the page.</P>
<HR>

</BODY>
Note: Using horizontal rules is one way to make your document stand out, especially if it's a mainly text document such as this one.
Next: The summary of section 2

back start next