Chapter 6: Review
In this chapter we learned about links, services and anchors.
We looked at several kinds of services. They are:
We also looked at the <A> tag. The anchor syntax
uses one of the following formats:
<A NAME="anchor name"></A>
<A HREF="#anchor name">text of link</A>
<A HREF="URL"></A>
<A HREF="URL#anchor name">text of link</A>
Anchors can have an absolute URL where the service
and the full path name are specified, or they can have
a relative URL where the server assumes
the current system and service to complete the URL. Also, anchors can
have a name.
This concludes the chapter on links.
I am ready to go to the next chapter.