How to Create a Group Web Page
3 Simple Steps...
Just follow these steps:
- Save this page and edit its source (with emacs, pico, notepad...)
- In the source, cut everything between the lines.
- Write what you want instead
5 Basic Commands...
The source contains a reminder of the main commands:
- <h1> blah </h1> : title
- <h2> blah </h2> : subtitle
- <p> blah </p> : text
- <ul><li> item 1 </li> <li> item 2 </li> </ul>
: list
- <a href="http://www.stanford.edu"> my university </a>
: hyperlink