| Function | Browser display | Code |
| Heading | Head1 |
<h1>Head1</h1> |
Head2 |
<h2>Head2</h2> | |
Head3 |
<h3>Head3</h3> | |
| Head4 | <h4>Head4</h4> | |
| Breaking line | First line Secnd line |
First line <br/> Second line |
| Horzontal rule | <hr></hr> = <hr/> | |
| Paragraph |
This is paragraph one This is paragraph two |
<p>This is paragraph one</p><p>This is paragraph two</p> |
| Bold | Bold text | <b>Bold text</b> |
| Italics | Italics text | <i>Italics text</i> |
| Underline | Underlines text | <u>Underlines text</u> |
| Small text | Text(small) | Text<small>(small)</small> |
| Superscript | Textsup | Text<sup>sup</sup> |
| Subscript | Textsub | Text<sub>sub</sub> |
| Unorder list |
|
<ul type="disc"> (circle, square) <li>Disc1</li> <li>Disc2</li> <li>Disc3</li> </ul> |
| 1,1 | 1,2 | 1,3 |
| 2,1 | 2,2 | 2,3 |
<table width="100%" border="2">
<tr> (1st Row)
<td>1,1</td> (1st Column)
<td>1,2</td>
<td>1,3</td>
</tr>
<tr> (2nd Row)
<td>2,1</td> (1st Column)
<td>2,2</td>
<td>2,3</td>
</tr>
</table>

<img alt="Cover (size 200x250)" src="pccp_cover1.jpg" width="200" height="250"/>

<div class="figure" style="text-align: center;">
<img alt="2D Polarization single-molecule spectroscopy" src="setup.png" /><br/>
This picture is 2D Polarization single-molecule spectroscopy
</div>
This is hyperlink to Chemical Physics
This is hyperliknk to <a href="http://www.chemphys.lu.se"> Chemical Physics </a>
This is Id link to General overview and motivation for X-ray based measurements
<linkbyid id="xraymot">General overview and motivation for X-ray based measurements</linkbyid>
| Character | Symbol | Code |
| ampersand | & | & |
| greater than | > | > |
| less than | < | < |
| Letter | Code |
| λ | λ |
| Λ | Λ |
Math symbols and Greek letters, use the entity number column.