HTML Tags XEmacs Created

In the last exercise, XEmacs used the following containers that I haven't yet discussed.

<H1> My First Page </H1>
<!-- This is a comment ignored by the Browser -- >
<a href="mailto:user@valinux.com">User Name</a>
<HR>


<H1> </H1> or <h1> </h1>
The <H1> </H1> container contains a top level heading, which is displayed in a large font.
HTML is case sensitive so you can use an upper- or lower-case H for specifying a heading.
<!-- -->
The <!-- --> container contains a comment that is displayed in the browser.
<a href=>
The <a href=...> </a> container contains a link, which we will discuss later in the course.
<HR>
The <HR> tag is for drawing a horizontal rule (line).

VA Linux Systems logo

   
I would appreciate comments, corrections, and
suggestions for how I can improve this course.

Nancy Blachman
Variable Symbols, Inc.
356 Bush Street
Mountain View, CA 94041-1332
650 966 8999
650 966 8998 fax
nancy- at -variablesymbols.com

If you want to learn how to search effectively using Google, visit Google Guide, which you can find at www.googleguide.com.