Link
<a href="http://www.google.com">http://www.google.com</a>Image
Bold
<strong>I am bold</strong>Italics
<em>I am italicized</em>Underline
<u>underlined text</u>Strike
<strike>Paragraph
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi ligula magna, dignissim sit amet, posuere vitae, mattis venenatis.</p>Ordered List
Unordered List
Code
This tag is an inline element by default, and is therefore intended to be used for displaying code that is inline, or does not span more than one line.
Some inline <code>code</code>
Some inline code
For posting code that spans multiple lines, use the code tag in conjunction with the pre tag.
<pre><code>
<% @events.each do |event| %>
<strong><%= event.name %></strong>
<strong><%= event.date %></strong>
<% end %>
</code></pre>
Pre
<pre>
Preserves s p a c e s
and
line
breaks
</pre>
Blockquote
<blockquote>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Quisque magna massa, scelerisque ut, suscipit vel, tristique ac, justo.</blockquote>
Flash Embed
<object width="425" height="355">
<param name="movie" value="http://www.youtube.com/v/k27dhYWtnGQ&hl=en"></param>
<param name="wmode" value="transparent"></param>
<embed src="http://www.youtube.com/v/k27dhYWtnGQ&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed>
</object>