HTML Helper

Here are some of the standard tags you authors should use for html. You put the first tag at the beginning of whatever you're writing and he closing one at the end of the sentence/paragraph/etc.

Example: if you want to put the word 'Lost Galaxy' in italics, you'd do it like this <i>Lost Galaxy</i>, and it would show up like this Lost Galaxy. Got it? Good!!

<p>Use before every paragraph.
<i>, </i>Use when you want something in italics
<b>, </b>Use when you want something in bold.
<br>A smaller break, such as for song lyrics.

Hope This Helps!