| Academic Computing and Communications Center | ||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
A Small Sample of HTML |
||||
Let's consider the sample HTML document in the box immediately below. It is similar to a section of the UIC WWW Home Page. <HTML> Click here to see what this HTML file looks like when viewed in your browser. What it will actually look like for other people depends, of course, on the size of their viewing window and the fonts they are using. (To see the real UIC Web home page, point your browser to the URL http://www.uic.edu/ ) HTML markup tags usually take the form: <Tag>text or other stuff here</Tag>An exception is <p> for the paragraph separator; it does not use </p> to mark the end of a paragraph, nor does the <li> list item tag have an end tag. All tags are case insensitive. Extra white space and line breaks in an HTML document are irrelevant because the browser takes care of rendering the text. The sample document above includes examples of most of the important HTML tags. Some common examples are:
Mosaic allows you to take a look at the source files for the documents you browse; this is sometimes a good way to see how to markup with HTML tags. NCSA's "Beginner's Guide to HTML" has many examples. Its URL is http://www.ncsa.uiuc.edu/demoweb/html-primer.html |
||||
| The ADN Connection, Sept/Oct 1994 | Previous: The Mosaic/WWW Alphabet Soup | Next: Do you want to be a WWW server yourself? |
| 1999-10-4 connect@uic.edu |
|