Basics 1: Basics 2: Images: <IMG src="/path/to/file.jpg" width=189 height=100 align="left" alt="Alternative of my JPG" title="Title of my JPG" border=0 /> Links: <A href="path/to/link/" class="linkCSSClass" style="font-color: red; text-variant: small-caps;" target="amazon">Link Heading</A> Style: <STYLE> .linkCSSClass,.linkCSSClass:link,linkCSSClass:visited,linkCSSClass:active { color: blue; text-decoration: none; font-size: 24px; } .linkCSSClass:hover { text-decoration: underline; } </STYLE> Comments in CSS (cascading style sheets): <STYLE> .linkCSSClass:hover [...]