HTML 4 For Dummies®, 4th Edition

by ;
Format: Paperback
Pub. Date: 2003-01-01
Publisher(s): For Dummies
List Price: $24.99

Rent Book

Select for Price
There was a problem. Please try again later.

New Book

We're Sorry
Sold Out

Used Book

We're Sorry
Sold Out

eBook

We're Sorry
Not Available

How Marketplace Works:

  • This item is offered by an independent seller and not shipped from our warehouse
  • Item details like edition and cover design may differ from our description; see seller's comments before ordering.
  • Sellers much confirm and ship within two business days; otherwise, the order will be cancelled and refunded.
  • Marketplace purchases cannot be returned to eCampus.com. Contact the seller directly for inquiries; if no response within two days, contact customer service.
  • Additional shipping costs apply to Marketplace purchases. Review shipping costs at checkout.

Summary

This latest edition updates the HTML tags and scripting and shows how to apply the language to create both simple and complex Web pages. This updated edition also covers xHTML, a new hybrid of XML and HTML 4.01 that links the power of the two languages.

Author Biography

Ed Tittel, a 20-year veteran of the computer industry Natanya Pitts is a writer, trainer, Web guru, and HTML instructor

Table of Contents

Introduction.
Part I: Meeting HTML in Its Natural Environment.
Chapter 1: The Least You Need to Know about HTML and the Web.
Chapter 2: HTML at Work on the Web.
Chapter 3: Creating Your First HTML Page.
Part II: Getting Started with HTML.
Chapter 4: Structuring Your HTML Documents.
Chapter 5: Linking to Online Resources.
Chapter 6: Finding and Using Images.
Chapter 7: Top Off Your Page with Formatting.
Part III: Taking HTML to the Next Level.
Chapter 8: HTML Tables.
Chapter 9: HTML Frames.
Chapter 10: HTML Forms.
Part IV: Extending HTML with Other Technologies.
Chapter 11: Getting Stylish with CSS.
Chapter 12: HTML and Scripting.
Chapter 13: Making Multimedia Magic.
Chapter 14: Integrating a Database into Your HTML.
Chapter 15: How HTML Relates to Other Markup Languages.
Part V: From Web Page to Web Site.
Chapter 16: Creating an HTML Toolbox.
Chapter 17: Setting Up Your Online Presence.
Chapter 18: Creating a Great User Interface.
Part VI: The Part of Tens.
Chapter 19: Ten Ways to Exterminate Web Bugs.
Chapter 20: Ten HTML Do’s and Don’ts.
Chapter 21: Ten Great HTML Resources.
Part VII: Appendixes.
Appendix A: HTML 4 Tags.
Appendix B: HTML Character Codes.
Appendix C: Glossary.
Index.

Excerpts

Text and Lists

In This Chapter

* Working with basic blocks of text

* Manipulating text blocks

* Creating bulleted, numbered, and definition lists

HTML documents consist of text, images, multimedia files, links, and other pieces of content that you bring together into one page by using markup elements and attributes. You use blocks of text to create such document elements as headings, paragraphs, and lists. The first step in creating a solid HTML document is laying a firm foundation that establishes the document's structure.

Formatting Text

Here's a super-ultra-technical definition of a block of text: some chunk of content that wraps from one line to another inside an HTML element.

Your HTML page is a giant collection of blocks of text:

  Every bit of content on your Web page must be part of some block element.

  Every block element sits within theelement on your page.

HTML recognizes several kinds of text blocks that you can use in your document, including (but not limited to)

  Paragraphs

  Headings

  Block quotes

  Lists

  Tables

  Forms

Paragraphs

Paragraphs are used more often in Web pages than any other kind of text block.

REMEMBER

HTML browsers don't recognize the hard returns that you enter when you create your page inside an editor. You must use a

element to tell the browser to separate the contained block of text as a paragraph.

Formatting

To create a paragraph, follow these steps:

1. Add

in the body of the document.

2. Type the content of the paragraph.

3. Add

to close that paragraph.

Here's what it looks like:


This is a paragraph. It's a very simple structure that you will use time and again in your Web pages.

This is another paragraph. What could be simpler to create?

Excerpted from HTML 4 For Dummies by Ed Tittel Excerpted by permission.
All rights reserved. No part of this excerpt may be reproduced or reprinted without permission in writing from the publisher.

An electronic version of this book is available through VitalSource.

This book is viewable on PC, Mac, iPhone, iPad, iPod Touch, and most smartphones.

By purchasing, you will be able to view this book online, as well as download it, for the chosen number of days.

Digital License

You are licensing a digital product for a set duration. Durations are set forth in the product description, with "Lifetime" typically meaning five (5) years of online access and permanent download to a supported device. All licenses are non-transferable.

More details can be found here.

A downloadable version of this book is available through the eCampus Reader or compatible Adobe readers.

Applications are available on iOS, Android, PC, Mac, and Windows Mobile platforms.

Please view the compatibility matrix prior to purchase.