Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The first thing we need to do to the homepage is insert the HTML code that will give us our pull-down menu and Go button. Here is the code that we will be using:
<SELECT NAME="PullDown">
<OPTION VALUE="default">Get There Quick
<OPTION VALUE="whatsnew.html">What's New
<OPTION VALUE="products/featured.html">Feature Product
<OPTION VALUE="news/press.html">Press Releases
<OPTION VALUE="store/index.html">Company Store
</SELECT>
<INPUT TYPE="Button" NAME="Go" VALUE="Go">