|
|
|---|
Apache web server is a free
web server that is preinstalled in Slackware distribution. What you need
is just to create an index.html file in your /var/lib/httpd/htdocs/
directory.
| <pre> | |
| AGE | AVERAGE HEIGHT |
| 5 years | 7 meters |
| 10 years | 9 meters |
| </pre> |
| file | for files and anonymous ftp sites |
| http | another World Wide Web server |
| gopher | a Gopher server |
| WAIS | a WAIS server |
| news | a link to a newsgroup |
| telnet | telnet to another machine |
To use these styles, start with <tag>, where tag
is the desired style. Enter the text to be tagged, and end with </tag>.
| <ADDRESS> | Specifies the author of a document and provide an email address |
| <BLOCKQUOTE> | Used to include a quotation in a separate indented block. |
| <DFN> | Used for a word being defined |
| <EM> | Emphasis |
| <CITE> | A citation. (for book titles,films, magazines, etc.) |
| <CODE> | For sections of computer code |
| <KBD> | For user keyboard entry (what you want the user to type) |
| <SAMP> | For computer status messages (error messages,etc.) |
| <STRONG> | For strong emphasis |
| <VAR> | A variable (i.e. name_of_file) |
|
|
Bold text |
| <I> | Italic text |
| <TT> | Typewriter text (fixed-width font) |
| <BR> | The break command goes to a new line. |
| <P> | The end of paragraph command goes to the next paragraph. |
| <HR> | Produces a horizontal rule line across the browser window. |
| <LISTING> | Used for listing code segments. Tags are displayed as-is, and not processed. The text is also displayed in a fixed-width font. |
| <! text..... > | Anything inside here is a comment and is not displayed. |
|
|
|---|
|
|