We're creating two pages in this chapter, but this chapter is shorter than all the others... how could that be? Well, it just so happens to be that you know virtually everything needed to finish the site already!
|
|
After you create the look and feel of a web site, adding new pages is a breeze. (Obviously, it'd be even faster using a program like Macromedia Dreamweaver (Buy@Amazon), but HTML is free, so I can't really complain, can you?)
We're using embedded lists for passions.html. We just open our copy of layout.html and follow steps just like in the last chapter:
- Change the title, save the file as passions.html
- Copy the navigation area and picture from likes.html, changing the links and picture.
- Copy the bottom navigation, modifying the links a bit.
- Finally! Add the lists and content, and save the finished page!
I'll bet you can figure out the steps for bookmarks.html. Check out the finished "My Passions" and "My Bookmarks" pages (in a new window, of course, thanks to target="_blank").
|