| Tag |
Name |
Code Example |
Browser View |
| <a> |
anchor |
<a href="http://virb.com">check it out</a> |
check it out |
| <address> |
address |
address |
|
| <b> |
bold |
<b>example</b> |
example |
| <blockquote> |
blockquote |
<blockquote>example</blockquote> |
example |
| <br> |
line break |
Line #1<br>Line #2 |
Line #1 Line #2 |
| <center> |
center |
<center>example text</center> |
example text |
| <dd> |
dd |
dd |
dd |
| <code> |
code |
code |
code |
| <div> |
div |
div |
div |
| <dl> |
dl |
dl |
dl |
| <em> |
emphasis |
<em>example</em> |
example |
| <font> |
font |
<font color="red">example</font> |
example |
| <h1> |
heading 1 |
<h1>Heading 1</h1> |
Heading 1 |
| <h2> |
heading 2 |
<h2>Heading 2</h2> |
Heading 2 |
| <h3> |
heading 3 |
<h3>Heading 3</h3> |
Heading 3 |
| <h4> |
heading 4 |
<h4>Heading 4</h4> |
Heading 4 |
| <h5> |
heading 5 |
<h5>Heading 5</h5> |
Heading 5 |
| <h6> |
heading 6 |
<h6>Heading 6</h6> |
Heading 6 |
| <hr> |
horizontal rule |
Line #1<hr>Line #2 |
Line #1 Line #2 |
| <i> |
italic |
<i>example</i> |
example |
| <img> |
image |
<img src="lost.jpg" alt="" /> |
 |
| <li> |
li |
li |
li |
| <ol> |
ol |
ol |
ol |
| <option> |
option |
option |
option |
| <p> |
paragraph |
<p>Line #1</p><p>Line #2</p> |
Line #1 Line #2 |
| <pre> |
pre |
<pre>example</pre> |
example |
| <select> |
select |
select |
select |
| <span> |
span |
span |
span |
| <strike> |
strike through |
<strike>example</strike> |
example |
| <strong> |
strong emphasis |
<strong>example</strong> |
example |
<table> <tr> <th> <td> |
table data table row table header table column |
<table> <tr> <th>Column 1</th> <th>Column 2</th> </tr> <tr> <td>Row 2</td> <td>Row 2</td> </tr> </table> |
| Column 1 | Column 2 |
|---|
| Row 2 | Row 2 |
|
| <u> |
underline |
<u>example</u> |
example |
| <ul> |
ul |
ul |
ul |
| <xmp> |
xmp |
xmp |
xmp |
| <cite> |
cite |
<cite>example</cite> |
example |
|