FIGURE 5.4 THE CLAUDIUS HTML PAGE
If your browser can’t find the file when you click on the
link, make sure that the name of the file in the href part of the link tag is
the same as the name of the file on the disk, uppercase and lowercase match,
and both files are in the same directory. Remember to close your link, using
the </a>tag, at the end of the text that serves as the link,. Also, make
sure that you have quotation marks at the end of the filename (sometimes you
can easily forget) and both quotation marks are ordinary straight quotes. All
these things can confuse the browser and prevent it from finding the file or displaying the
link properly.
CAUTION