December 1999
Beginner
416 pages
9h 41m
English
In the last chapter, you created the simple home page, shown in Listing 2.1.
<H1>Primary Outpost</H1> Your source for science fiction news. <P> We will put current news here. <P> <A href="news/news.asp">News</A> <BR><A href="news/archives.asp">Archives</A> <P> <A href="bazaar/bazaar.asp">The Bazaar</A> <BR> <A href="auction/auctions.asp">Auctions</A> <BR> <A href="mySpace/mySpace.asp">mySpace</A> <BR> <A href="register.asp">Register</A> http://localhost/index.asp |
This is the file you're going to start changing.
Note
If you are not building this project on your local machine, you'll need to adjust the URL's we discuss accordingly. For instance, if you build the project ...
Read now
Unlock full access