Course Number
Laboratory Title
Place the symbol, <p>, at the beginning of each paragraph.
Example:
<p>Paragraph 1 <p>Paragraph 2 <p>Paragraph N
To create a list of items, place the symbol, <br> at the end of each line.
Example:
1. This is item 1 in the list.<br> 2. This is item 2 in the list.<br> N. This is item N in the list.<br>
To link to a file or Web site, use the following format:
<a href="file or Web site">Text to click</a>
Examples:
<a href="FFT/fft.output">FFT output</a> <a href="http://www.cas.uc.edu/">ELTN Department</a>