Lund University > Chemical Center > Chemical Phycics > Tag Reference

XML/HTML tag quick reference

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
  • Disc1
  • Disc2
  • Disc3
<ul type="disc"> (circle, square)
<li>Disc1</li>
<li>Disc2</li>
<li>Disc3</li>
</ul>

Table

1,1 1,2 1,3
2,1 2,2 2,3

Table Code

<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>

Image

Cover (size 200x250)

Image Code

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

Block element image

2D Polarization single-molecule spectroscopy
This picture is 2D Polarization single-molecule spectroscopy

Block element image Code

<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>

Hyper Link

This is hyperlink to Chemical Physics

Hyper Link Code

This is hyperliknk to <a href="http://www.chemphys.lu.se"> Chemical Physics </a>

Id Link (internal)

This is Id link to General overview and motivation for X-ray based measurements

Id Link Code

<linkbyid id="xraymot">General overview and motivation for X-ray based measurements</linkbyid>

Special charactor

Character Symbol Code
ampersand & &amp;
greater than > &gt;
less than < &lt;

Greek letter

Letter Code
λ &#955;
Λ &#923;

Math symbols and Greek letters, use the entity number column.

Last update: 01 April 2010
Maintained by: Yingyot Infahsaeng