|
Html Code Examples
You can format the way your text appears by using simple coding in your text description. The coding (html) is easy to use but it is essential that you add it exactly, using all the opening and closing 'tags'. Tags are pieces of code surrounded by < and >. See below:
<this is an opening tag>The text you add between them will be affected by the tags</this is a closing tag>
Here are some examples of html code:
|
<B>Makes the text between bold</B>
|
|
<I>Makes the text between italic</I>
|
|
<U>Underlines the text between</U>
|
|
<CENTER>Centers the text</CENTER>
|
|
<HR> Adds a horizontal line
(note: <HR> has no closing tag)
|
|
You can use multiple tags on the same piece of text
<B><I>Text will be bold AND Italic</I></B>
|
|