Structure Tags
] ] ] ] ] ] ] ] ]
Heading = <H1>…</H1>, <H2>…</H2>, <H3>…</H3>, <H4>…</H4>, <H5>…</H5>, <H6>…</H6>
To indicate the alignment of a heading, the command used is the same for all headings. Here is an example of H1: <H1 ALIGN=Options>. The options can be either LEFT, CENTER or RIGHT.
Paragraph = <P>…</P>
To indicate the alignment of a paragraph, the command used is <P ALIGN=Options>. Also, the options can be either LEFT, CENTER or RIGHT.
Line Break = <BR>
Blockquote = <BLOCKQUOTE>…</BLOCKQUOTE>
Horizontal Rule = <HR>
By default, the horizontal rule is drawn as wide as the page. However, to define the length of the rule is possible by adding a number in pixels or by adding the percent sign (%) after a number, which means that the horizontal rule will be a percent of width of the document. Therefore, the command used can be either <HR WIDTH=number in pixels> or <HR WIDTH=number%>. In addition, you can specify the thickness of the horizontal line in pixels with this command: <HR SIZE=number in pixels>. To indicate the position of the horizontal rule, <HR ALIGN=options> is used. The options can be LEFT, CENTER or RIGHT. When you want a solid horizontal line, use <HR NOSHADE>. |