did-you-know? rent-now

Amazon no longer offers textbook rentals. We do!

did-you-know? rent-now

Amazon no longer offers textbook rentals. We do!

We're the #1 textbook rental company. Let us show you why.

9780321130075

HTML for the World Wide Web with XHTML and CSS: Visual QuickStart Guide

by
  • ISBN13:

    9780321130075

  • ISBN10:

    0321130073

  • Format: Paperback
  • Copyright: 2003-01-01
  • Publisher: Peachpit Press
  • View Upgraded Edition

Note: Supplemental materials are not guaranteed with Rental or Used book purchases.

Purchase Benefits

  • Free Shipping Icon Free Shipping On Orders Over $35!
    Your order must be $35 or more to qualify for free economy shipping. Bulk sales, PO's, Marketplace items, eBooks and apparel do not qualify for this offer.
  • eCampus.com Logo Get Rewarded for Ordering Your Textbooks! Enroll Now
List Price: $21.99 Save up to $5.50
  • Buy Used
    $16.49

    USUALLY SHIPS IN 2-4 BUSINESS DAYS

Supplemental Materials

What is included with this book?

Summary

- Task-based approach teaches readers how to combine HTML and CSS to create sharp, consistent Web pages regardless of monitor size, browser, platform, or viewing device. - Comprehensive coverage of the transition from HTML to XHTML, including the differences between the languages. - Packed with tips, techniques, and illustrations--all updated to reflect newer browsers and the changing use of HTML.

Table of Contents

Introduction.
The Internet, the Web, and HTML. Open but Not Equal. The Browser Wars. The Push for Standards. The Real World. What Should Your Use? How This Books Works. The HTML VQS Web Site.

1. Web Page Building Blocks.
Markup: Elements, Attributes, and Values. A Web Page's Text Content. Links, Images and Other Non-Text Content. File Names. URLs. HTML vs XHTML. Versions, Flavors, and DOCTYPE. The Default Display of (X)HTML. Adding Style to Your Web Pages. The Cascade: When Rules Collide. A Property's Value.

2. Working with Web Page Files.
Designing Your Site. Creating a New Web Page. Saving Your Web Page. About Microsoft Word and Web Pages. Specifying a Default or “Home” Page. Editing Web Pages. Organizing Files. Viewing Your Page in a Browser. The Inspiration of Others.

3. Basic (X)HTML Structure.
Starting Your Web Page. Creating the Foundation. Declaring the Encoding. Creating a Title. Creating Section Headers. Starting a New Paragraph. Naming Elements. Breaking Up a Page into Divisions. Creating Inline Spans. Creating a Line Break. Adding Comments. Labeling Elements in a Web Page.

4. Basic (X)HTML Formatting.
Making Text Bold or Italic. Changing the Size of Text. Using a Monospaced Front. Using Preformatted Text. Quoting Text. Creating Superscripts and Subscripts. Marking Changed Text. Explaining Abbreviations.

5. Creating Web Images.
About Images for the Web. Getting Images. The Save for Web Command. Making Images Smaller. Creating Transparency. Saving Images with Transparency. Simulating Transparency. Using (Mostly) Browser Safe Colors. Reducing the Number of Colors. Showing Images Progressively. Blurring Images to Aid JPEG Compression. Creating Animated GIFs.

6. Using Images.
Inserting Images on a Page. Offering Alternate Text. Specifying Size for Speedier Viewing. Scaling an Image. Linking Thumbnails to Images. Making Images Float. Stopping Elements from Wrapping. Adding Space around an Image. Aligning Images. Adding Horizontal Rules.

7. Links.
Creating a Link to Another Web Page. Creating Anchors. Linking to a Specific Anchor. Targeting Links to Specific Windows. Setting the Default Target. Creating Other Kinds of Links. Creating Keyboard Shortcuts for Links. Setting the Tab Order for Links. Using Images to Label Links. Dividing and Image into Clickable Regions. Creating a Client-Side Image Map. Using a Server-Side Image Map.

8. Creating Styles.
Constructing a Style Rule. Constructing Selectors. Selecting Elements by Name. Selecting Elements by Class or ID. Selecting Elements by Context. Selecting Link Elements Based on Their State. Selecting Part of an Element. Selecting Elements Based on Attributes. Specifying Groups of Elements. Combining Selectors.

9. Applying Styles.
Creating an External Style Sheet. Linking External Style Sheets. Offering Alternate Style Sheets. Creating an Internal Style Sheet. Importing External Style Sheets. Applying Style Locally. The Importance of Location. Adding Comments to Style Rules.

10. Formatting with Styles.
Choosing a Font Family. Embedding Fonts on a Page. Creating Italics. Applying Bold Formatting. Setting the Font Size. Setting the Line Height. Setting All Font Values at Once. Setting the Text Color. Changing the Text's Background. Controlling Spacing. Adding Indents. Setting White Space Properties. Aligning Text. Changing the Text Case. Using Small Caps. Decorating Text.

11. Layout with Styles.
Structuring Your Pages. The Box Model. Displaying and Hiding Elements. Positioning Elements Absolutely. Affixing an Element to the Browser Window. Offsetting Elements in the Natural Flow. Changing the Background. Changing the Foreground Color. Changing the Cursor. Setting the Border. Adding Padding around an Element. Setting the Margins around an Element. Setting the Height or Width for an Element. Positioning Elements in 3D. Determining Where Overflow Should Go. Making Elements Float. Controlling Where Elements Float. Aligning Elements Vertically.

12. Style Sheets for Printing.
Using Media-Specific Style Sheets. How Print Style Sheets Differ. Controlling Page Breads. Other Print Specific CSS Properties.

13. Lists.
Creating Ordered and Unordered Lists. Choosing Your Markers (Bullets). Choosing Where to Start List Numbering. Using Custom Markers. Controlling Where Markers Hang. Setting All List-Style Properties at Once. Creating Definition Lists. Styling Nested Lists.

14. Tables.
Mapping Out Your Page. Creating a Simple Table. Adding a Border. Setting the Width. Centering a Table on the Page. Wrapping Text around a Table. Combining Tables. Aligning a Cell's Contents. Changing the Background. Controlling the Space. Spanning a Cell across Columns. Spanning a Cell across Rows. Dividing Your Table into Column Groups. Dividing the Table into Horizontal Sections. Choosing Which Borders to Display. Controlling Line Breaks in a Cell. Speeding up Table Display.

15. Frames.
Creating a Simple Frameset. Creating Frames in Columns. Creating Frames in Rows and Columns. Combining Framesets. Creating an Inline Frame. Adjusting a Frame's Margins. Showing or Hiding Scroll Bars. Adjusting the Color of the Borders. Adjusting the Frame Borders. Keeping Visitors from Resizing Frames. Targeting Links to Particular Frames. Targeting Links to Special Spots. Changing the Default Target. Nesting Framesets. Offering Alternatives to Frames. Embedding Content with Objects. Making Frames More Accessible.

16. Forms.
About CGI Scripts. Getting a Script. Using the Scripts Included with This Book. Preparing a Script. Creating a Form. Sending Form Data via E-mail. Using a Form Hosting Service. Creating Text Boxes. Creating Password Boxes. Creating Radio Buttons. Creating Checkboxes. Creating Menus. Creating Larger Text Areas. Allowing Visitors to Upload Files. About Hidden Fields. Adding Hidden Fields to a Form. Creating the Submit Button. Resetting the Form. Using an Image to Submit Data. Organizing the Form Elements. Formally Labeling Form Parts. Setting the Tab Order in a Form. Adding Keyboard Shortcuts. Disabling Form Elements. Keeping Elements from Being Changed.

17. Multimedia.
Of Plugins and Players. Getting Players for Your Visitors. Getting Multimedia Files. Embedding QuickTime Movies. Scaling a QuickTime Movie. Looping a QuickTime Movie. Putting QuickTime Sounds on a Page. Hiding QuickTime Sounds. Embedding Windows Media Player Files. Inserting Java Applets. Embedding Other Multimedia Files. Linking to Multimedia Files. Creating an Automatic Slide Show. Creating a Marquee. Adding Background Sound.

18. Scripts.
Adding an “Automatic” Script. Calling an External Automatic Script. Triggering a Script. Creating a Button that Executes a Script. Adding Alternate Information. Hiding Scripts from Older Browsers. Hiding Scripts from XML Parsers. Setting the Default Scripting Language.

19. JavaScript Essentials.
Adding the Current Date and Time. Changing a Link's Status Label. Changing Multiple Frames with One Link. Keeping Frames in Their Framesets. Changing an Image When a Visitor Points. Loading Images into Cache. Controlling a New Window's Size.

20. Symbols and Non-English Characters.
About Character Encodings. Saving Your Page with the Proper Encoding. Editing a Page with the Proper Encoding. Declaring Your Page's Character Encoding. Adding Character from Outside the Encoding. Specifying Your Page's Language.

21. Formatting: The Old Way.
Choosing Default Characteristics for Text. Formatting Bits of Text. Another Way to Choose Default Colors. Changing the Color of Links. Striking Out or Underlining Text. Making Text Blink.

22. Layout: The Old Way.
Using Background Color. Using Background Images. Centering Elements on a Page. Specifying the Margins. Keeping Lines Together. Creating Discretionary Line Breaks. Specifying the Space Between Paragraphs. Creating Indents. Creating Indents (with Lists). Creating Blocks of Space. Using Pixel Shims. Creating Columns. Positioning Elements with Layers.

23. WML: Web Pages for Mobile Devices.
Preparing Your Sever. Starting Your WML Page. Creating a Card. Creating Basic Content. Including an Image. Creating a Table. Creating a Link. Programming Buttons. Creating Conditional Actions. Scheduling an Action. Making a Call. Setting and Using Variables. Creating Input Boxes. Creating Menus. Processing Data from Visitors. Creating Elements on Multiple Pages. Restricting Access to a Deck. Testing WML Pages.

24. Testing and Debugging Web Pages.
Validating Your Code. Checking the Easy Stuff: HTML. Checking the Easy Stuff: XHTML. Checking the Easy Stuff: CSS. Testing Your Page. When the Browser Displays the Code. When Images Don't Appear. Differences from Browser to Browser. When Nothing Appears in Netscape 4. Still Stuck?

25. Publishing Your Pages on the Web.
Finding a Host for Your Site. Getting Your Own Domain Name. Transferring Files to the Server. Transferring Files to AOL.

26. Getting People to Visit.
About Keywords. Explicitly Listing Keywords. Providing a Description of Your Page. Controlling Other Information. Keeping Visitors Away. Keeping Pages from Being Archived. Creating a Crawler Page. Submitting Your Site to a Search Engine. Improving your Ranking by Getting Linked. Writing Pages that Are Easy to Index. Other Techniques for Publicizing Your Site.

Appendix A: (X)HTML Elements and Attributes.
Appendix B: CSS Properties and Values.
Appendix C: Intrinsic Events.
Appendix D: (X)HTML Symbols and Characters.
Appendix E. Hexadecimals.
Appendix F: (X)HTML Tools.
(X)HTML Editors. Images and Graphics. Graphics Tools.

Index.

Supplemental Materials

What is included with this book?

The New copy of this book will include any supplemental materials advertised. Please check the title of the book to determine if it should include any access cards, study guides, lab manuals, CDs, etc.

The Used, Rental and eBook copies of this book are not guaranteed to include any supplemental materials. Typically, only the book itself is included. This is true even if the title states it includes any access cards, study guides, lab manuals, CDs, etc.

Rewards Program