Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:

HTML 4_01 Weekend Crash Course - G. Perry

.pdf
Скачиваний:
34
Добавлен:
24.05.2014
Размер:
6.32 Mб
Скачать

Answers to Part Reviews

419

18.More connections to the Internet will appear as technology is used more and more.

19.The <link> tag pre-fetches WebTV Web pages.

20.decks

APPENDIX

B

What’s On the CD-ROM

This book’s CD-ROM includes the source code from all the examples in this book, the HTML 4.01 Weekend Crash Course Assessment Test, and a few supplemental programs that may be of interest to you as you program with HTML. The fol-

lowing sections briefly explain each component of the CD-ROM.

Note

To display one of your own files, such as the Web pages you create in this weekend crash course, don’t use the http:// prefix followed by a Web page address in your browser’s address bar. Instead, simply type your own computer’s disk and directory. You might type C:\html\Barkley.htm to view the Barkleys’ Web page that you’ve created, assuming the page resides in the HTML directory of drive C and that you’ve named the file Barkley.htm.

Source Code Listings

The sample source code for the book is included on the CD-ROM. There is a folder for each session in the book that contains an HTML code listing. Each folder contains the HTML file listing that you can load directly into your Web browser by issuing the File Open command. The images used throughout this book are stored in the images folder. The Barkley Family Web Site’s pages are also included in its entirety in the folder named Barkley, with its own images folder. The Barkley home page is named index.htm.

422

Appendix B

Note

As you work through the sessions that explore the Barkley Web site, you must adjust any file locations referenced in the code to match the location where you copy the Barkley Family Web page.

HTML 4.01 Weekend Crash Course Assessment Test

The CD-ROM contains 60 multiple-choice questions with answers. These questions serve two purposes. You can use these test questions to assess how much HTML knowledge you already have and thereby determine what sessions you can skip. You can also go through them after reading individual sessions or this book in its entirety to assess how much you have learned. The questions are organized by session; therefore they follow the order of topics discussed in this book. The session that each question corresponds with is noted next to each question.

Color Chart

To accent your HTML programming as you explore this weekend crash course, use the CD-ROM’s color chart to help you locate the exact color codes you want to place on your Web pages. Inside the CD-ROM folder named Colors, is an HTML file named Color Chart.htm that you can load into your browser. The color chart displays the 216 Web-safe colors as well as their hexadecimal values.

Internet Explorer 5.5

Microsoft’s Internet Explorer 5.5 is one of the most feature-rich Internet browsers on the market today. Internet Explorer 5.5 supports all major aspects of HTML 4.01 and is the most popular browser on the PC platform. Internet Explorer 5.5 includes FrontPage Express, a WYSIWYG (What You See is What You Get) Web page builder with which you can graphically design your Web site.

Netscape Navigator

Netscape Navigator is a direct competitor to Internet Explorer. Netscape Navigator is also feature-rich and supports the HTML 4.01 covered in this text. With both

What’s On the CD-ROM

423

Navigator and Internet Explorer 5.5, you can try your HTML code in both interfaces to determine how your Web pages look to users of both browsers.

HotDog Express

HotDog Express is a snazzy editor that provides visual feedback as you work and the tools to help you do the job you need to do. You can drag and drop HTML components onto a Web page screen to build the HTML file without knowing a lot of HTML. Unlike regular text editors, HotDog’s designers created HotDog Express specifically to aid the newcomer to HTML programming.

BBEdit

BBEdit is one of the finest text editors available for the Mac today. BBEdit defines the editing standards by which all other editors are described. You can use BBEdit for both HTML and other text file work.

WebPage Wizard

You can create, edit, and publish your own Web pages with the online WebPage Wizard software. Unlike traditional hosting services, WebPage Wizard guides you through the steps needed to publish a site quickly and easily. As you enhance your HTML skills, you can take advantage of the WebPage Wizard’s more powerful features.

ULead’s GIF Animator

The Ulead’s Gif Animator provides everything you need to create, edit, and manage your animated GIF images. You can liven your Web pages with these animated images. The frame-by-frame editing feature set is perhaps the simplest and most clear-cut avenue towards generating animated GIF images today.

424

Appendix B

HomeSite

Homesite is an editor designed specifically for the HTML programmer. Homesite provides editing options rarely found in text editors, such as a spelling checker, color-coded tags, estimated page download times, pop-up font selection dialog boxes, and automatic insertion of common code and ActiveX controls when requested.