The paragraph you are reading is unformatted monospaced text. For years, this format (called "plain text" or ASCII) has been the stuff of which communication on the Internet was Made. This is because plain text is the lowest common denominator -- plain text documents can be opened and read by virtually any computer on any network. This text-only world is fast and cheap. It's also nauseatingly dull! The World Wide Web and browsers written to navigate it have changed all that, converting information into a media-rich environment -- one in which anyone can publish his/er documents containing not only text of various sizes, colors and styles, but also pictures, sound, movies and more.
Although web pages seldom appear on-screen as plain ASCII text anymore, it remains the basic material from which the web pages are constructed. Transforming plain text into fomatted text is done by "marking it up" with small instructions called "tags", that tell the browser application how to display it on-screen.
Example:
| Web page: | Markup: |
|
This sentence has markup instructions applied to two of the words. |
This sentence has markup instructions |
This illustrates two basic ideas used in marking up text:
In the jargon of web designers "HTML doc" or "source" refers to the markup code (text) intended for viewing in a web browser. When viewed in the browser, HTML docs are called web pages.
| Hint: |
| The HTML doc or source for any web page can be studied by selecting "View source" in your browser menu. Remember: Every page on the web is a potential tutorial! |
<< Getting Started | Index | Minimum HTML Document Requirements >>