Allowed HTML Tags
The Stack Exchange engine allows only the following safe, whitelisted subset of HTML tags:
<a>
<b>
<blockquote>
<code>
<del>
<dd>
<dl>
<dt>
<em>
<h1>, <h2>, <h3>
<i>
<img>
<kbd>
<li>
<ol>
<p>
<pre>
<s>
<sup>
<sub>
<strong>
<strike>
<ul>
<br>
<hr>
Allowed Attributes
img Attributes
The following attributes are allowed on the <img> tag, but note that the mobile theme enforces a maximum width of 90%, so specifying a height might not scale the image proportionally on the mobile sites.
The attribute order is important! Using a different order (e.g., height before width) will strip the tag!
src=""
width="" (up to 999; do not include the 'px' extension)
height="" (up to 999; do not include the 'px' extension; see note above)
alt=""
title=""
a Attributes
The following attributes are allowed on the <a> tag:
href=""
title=""
Important Notes
- HTML tags unlisted above are stripped from the output. They may render in the client preview, but they will always be removed on the server.
- You must enter the tags exactly as shown. Any deviation from this list—adding extra spaces, using single quote or no quotes, etc.—means the tag will be stripped.
- We do not (and will not) allow
<table> tags. Sorry. This is intentional and by design. If you need a quick and dirty "table", use <pre> and ASCII layout.
helplink underAdd Comment, as this will provide you with a full list. This is a great posts/wiki by the way. – Aaron Newton Dec 5 '11 at 21:48