Document Source Example
<HTML>
<BODY>
<CENTER><H1>An example of HTML coding</H1></CENTER>
This is an example page illustrating the basic codes presented in this workshop.
In the frame on the right, you can see the Document Source (or Page Source)
information for this page.
<P>
All that arcane writing should now be perfectly clear to you--and you can
justifiably be proud of your new skill!
<H2>Graphics</H2>
You know how to make graphics display on your page:
<IMG SRC="lnbeach.gif">
<H2>Links</H2>
And you can make hypertext links to take your readers wherever you want them
to go!
<P>
<A href="http://library.stmarytx.edu/acadlib/about/acadlib1.htm">To
the library</A>
<P>
<A href="http://www.majorleaguebaseball.com">To the
ballgame</A>
<P>
Or, just <A href="another.htm">to one of your other pages</A>
<H2>Going further</H2>
You will find that with this minimal background, you not only know enough
to construct respectable pages, but you also have a foundation that will
make it easier to learn more complicated HTML features such as lists, tables
and frames. Just view the Document (or Page) Source for a page that you like,
and go from there. If you see something you don't understand, there are books
in the Library and plenty of resources on the web that will take you further
in learning about this fascinating new form of writing.
<P>
You're welcome to use the links to some of these web resources (also to some
graphics archives) that I have collected. They're on my home page at:
<A
href="http://www.geocities.com/amensoccer/kathy.html">www.geocities.com/amensoccer/kathy.htm</A>
<P>
Happy HTML-ing!
<P>
<EM><A href="index.htm">Back to Quick and Painless HTML</A> </EM>
</BODY></HTML>