| tag | FUNCTION | end tag | |
| <p> | Starts and finishes a paragraph.
Properties that can be assigned to paragraphs are text alignment and stylesheets.
|
</p> | |
| <br> | This is a line break within a paragraph. You can't use it to assign properties and it doesn' need a end tag. | ||
| <blockquote> | Blockquote indents a section
of text such as a paragraph. |
</blockquote> | |
| <hr> | Breaks up text with a horizontal
rule. Properties you can assign to it include Width (in pixels or percent),
height (size in pixels) align (left, right or centre) and noshade. e.g:
|
| tag | FUNCTION | end tag | |
| <font> | indicates font - use this to
define font face, size and colour e.g. <font face="Arial, Helvetica,
sans-serif" size="4" color="#cc3333">
|
</font> | |
| <b> | Bold text | </b> | |
| <i> | Italic text | </i> | |
| <u> | Underline text | </u> | |
| <s> | </s> | ||
| <tt> | Teletype | </tt> | |
| <em> | Emphasis | </em> | |
| <strong> | strong | </strong> | |
| <code> | Code |
</code> | |
| <var> | Variable | </var> | |
| <samp> | Sample | </samp> | |
| <kbd> | Keyboard | </kbd> | |
| <cite> | citation | </cite> | |
| <dfn> | Definition | </dfn> |
| tag | FUNCTION | end tag | ||
| <ul> | Unordered List, more commonly known as a Bullet List. | </ul> | ||
| <ol> | Ordered List, otherwise known as a numbered list. | </ol> | ||
| <li> | This tag goes inside a list to identify a
new line so the following code:
|
ON LINE JONES