Sidewiki supports the following HTML tags within entries:
Font formatting tags
Tag | Example | Appearance |
---|---|---|
<b> | <b>Bold text</b> | Bold text |
<em> | <em>Emphasize your text</em> | Emphasize your text |
<i> | <i>Italicize your text</i> | Italicize your text |
<strike> | <strike>Strike out text</strike> | |
<strong> | <strong>strong font</strong> | Strong font |
<sup> | Go <sup>superscript</sup> | Go superscript |
<sub> | The <sub>subscript</sub> | The subscript |
<u> | <u>Underline text</u> | Underline text |
Line-formatting tags
Tag | Example | Appearance |
---|---|---|
<p> | <p>paragraph 1</p> <p>paragraph 2</p> |
Paragraph 1 Paragraph 2 |
<br /> | This is a line.<br /> This is after the line break. |
This is a line. |
Hyperlinks
Tag | Example | Appearance |
---|---|---|
<a> | Link to <a href="http://www.sw996.com" alt="思为网络">www.sw996.com</a> | Link to www.sw996.com |