%%short_description%%
%%entry%%
These are the header tags, they come in handy every now and then.
<h1>h1 header tag</h1>
<h2>h2 header tag</h2>
<h3>h3 header tag</h3>
<h4>h4 header tag</h4>
<h5>h5 header tag</h5>
<h6>h6 header tag</h6>
Here are some tags to add some pizazz.
<p>This is just the basic paragraph tag. It makes paragraphs, hence the name "paragraph tag," hehe.</p>
<b>This is the bold tag</b>
<i>This is the italics tag</i>
I would use the <em> tag to make italics
and the <strong> tag to make your text bold
<u>This is the underline tag</u>
<s>This is the strike-through tag</s>
Here is what a link would look like.
<a href="http://domain.com">title</a>
If you want a hovering title to your link, for example: link
simple add title="title"
<a href="http://domain.com" title="title">title</a>
<blockquote>
This is your blockquote tag.</blockquote>
You may add quotations here, conversations, song lyrics, poems, etc.
Here are some list types:
Unordered lists
<ul>
- <li> list </li>
- <li> list </li>
- <li> list </li>
Ordered lists
<ol>
- <li> list </li>
- <li> list </li>
- <li> list </li>