Farmwide Advanced Internet - First Class |
| quozl@us.netrek.org
| up |
|
HTML is an acronymn for the HyperText Markup Language, and is a language used to mark up or outline text to indicate how it should be formatted by a HTML layout program such as a web browser. HTML is: - human readable and - consists of tags that are placed around text to be marked. HTML allows the web page author to avoid worrying about screen dimensions, font sizes, and the like, and concentrate on creating the content. The web browser manages the layout process.
<HR> HTML is an acronymn for the HyperText Markup Language, and is a language used to mark up or outline text to indicate how it should be formatted by a HTML layout program such as a web browser. HTML is:<P> <UL> <LI>human readable and <LI>consists of tags that are placed around text to be marked. </UL> HTML allows the web page author to avoid worrying about screen dimensions, font sizes, and the like, and concentrate on creating the content. The web browser manages the layout process.<P> <HR>
Tag | Meaning |
<HR> | Horizontal Rule |
<P> | Paragraph |
<UL> | Unnumbered List (Begin) |
<LI> | List Item |
</UL> | Unnumbered List (End) |