1 | 2 | 3 |
4 |   | 5 |
6 | 7 | 8 |
<table> <tr> <td>1</td> <td>2</td> <td>3</td> </tr> <tr> <td>4</td> <td> </td> <td>5</td> </tr> <tr> <td>6</td> <td>7</td> <td>8</td> </tr> </table>
<a href=http://students.depaul.edu/proj1-ssmith.htm> My Favorites Page</a>
Example: The files app1.htm and app2.htm are in the same folder.
Example: The files ch3.htm and cat.jpg are in a child folder folder relationship. ch3.htm is in public_html but cat.jpg is in the child folder images.
<a href=app2.htm>To Appendix 2</a>
<a href=app2.htm>To Chapter 2</a>
<a href=appendix/app3.htm>To Appendix 3</a>
<img src=images/cat.jpg />
<a href=../ch1.htm>To Chapter 1</a>
<img src=../images/dog.jpg />