HTML Quick Reference
Some useful HTML tags and tips
A basic HTML Page:



<html>

    <head>

         <title>Title of Page</title>

    </head>   

    <body background="image.jpg"

      bgcolor="color or RGB number(e.g., #AAAAFF)"

      text="color or RGB number"

      link="color or RGB number"

      vlink="color or RGB number"

      alink="color or RGB number">

    <h1> My Great HTML Page </h1>

    </body>

</html>

--------------------------------------

Some handy HTML tags:



<!-- Comment -->



<p align="left">

<p align="right">

<p align="center">

<p align="justify">



<b>Bold</b>

<i>Italics</i>

<sup>Superscript</sup>

<sub>Subscript</sub>



<font size="number" 

      color="color or RGB number"

      face="arial,geneva" </font>



<br> line break

<p> paragraph break

<pre> Show text as is </pre>

<hr> horizonal line

<ul>

      <li> list element

      <li> list element </ul>



<a href="text.html">text on page</a>

<a mailto:myemailaddress@yahoo.com>My Name</a>



<img src="image.jpg" 

     alt="text" 

     height="100" 

     width="40%"

     align="right"

     border="0"

     hspace="3"

     vspace="4">



Media Lab Overview
LIACS Homepage
MM Conf
ACM Multimedia
ACM ICMR
IAPR ICPR
Science Direct
IEEE Library
LIACS Publications
ACM Digital Library