HTML: The Definitive Guide

Free Download

Authors:

Edition: 3

ISBN: 9781565924925, 1-56592-492-4

Size: 4 MB (4650821 bytes)

Pages: 588/588

File format:

Language:

Publishing Year:

Category: Tags: , ,

Bill Kennedy, Chuck Musciano9781565924925, 1-56592-492-4

HTML is changing so fast it’s almost impossible to keep up with developments. How do you know what’s real, and how do you use it? The third edition of HTML: The Definitive Guide brings it all together for you. It is the most comprehensive book available on HTML today. It covers Netscape Navigator 4.5, Internet Explorer 4.0, HTML, JavaScript, Style sheets, Layers, and all of the features supported by the popular Web browsers. Learning HTML is like learning any new language, computer or human. Most students first immerse themselves in examples. Studying others is a natural way to learn, making learning easy and fun. Imitation can take you only so far, though. It’s as easy to learn bad habits through imitation as it is to acquire good ones. The better way to become HTML-fluent is through a comprehensive reference that covers the language syntax, semantics, and variations in detail and that helps you distinguish between good and bad usage. HTML: The Definitive Guide, 3rd Edition helps you both ways: the authors cover every element of HTML in detail, explaining how each element works and how it interacts with other elements. Many hints about HTML style help you write documents ranging from simple online documentation to complex marketing and sales presentations. With hundreds of examples, the book gives you models for writing your own effective Web pages and for mastering advanced features, like style sheets and frames. HTML: The Definitive Guide, 3rd Edition shows you how to:Use style sheets and layers to control a document’s appearance Create tables, from simple to complex Use frames to coordinate sets of documents Design and build interactive forms and dynamic documents Insert images, sound files, video, Java applets, and JavaScript programs Create documents that look good on a variety of browsers Use new features to support multiple languagesA handy quick reference card listing HTML tags is included.

Table of contents :
Lokale Festplatte……Page 0
HTML: The Definitive Guide……Page 1
Preface……Page 3
[Preface] Text Conventions……Page 5
[Preface] Is HTML 4.0 Really a Big Deal?……Page 7
[Preface] We’d Like to Hear from You……Page 9
[Preface] Acknowledgments……Page 10
[Chapter 1] HTML and the World Wide Web……Page 11
[Chapter 1] 1.2 Talking the Internet Talk……Page 15
[Chapter 1] 1.3 HTML: What It Is……Page 18
[Chapter 1] 1.4 HTML: What It Isn’t……Page 20
[Chapter 1] 1.5 Nonstandard Extensions……Page 22
[Chapter 1] 1.6 Tools for the HTML Designer……Page 24
[Chapter 2] HTML Quick Start……Page 27
[Chapter 2] 2.2 A First HTML Document……Page 29
[Chapter 2] 2.3 HTML Embedded Tags……Page 31
[Chapter 2] 2.4 HTML Skeleton……Page 33
[Chapter 2] 2.5 The Flesh on an HTML Document……Page 34
[Chapter 2] 2.6 HTML and Text……Page 36
[Chapter 2] 2.7 Hyperlinks……Page 40
[Chapter 2] 2.8 Images Are Special……Page 44
[Chapter 2] 2.9 Lists, Searchable Documents, and Forms……Page 47
[Chapter 2] 2.10 Tables……Page 49
[Chapter 2] 2.11 Frames……Page 51
[Chapter 2] 2.12 Style Sheets and JavaScript……Page 53
[Chapter 2] 2.13 Forging Ahead……Page 55
[Chapter 3] Anatomy of an HTML Document……Page 56
[Chapter 3] 3.2 Structure of an HTML Document……Page 58
[Chapter 3] 3.3 HTML Tags……Page 59
[Chapter 3] 3.4 Document Content……Page 63
[Chapter 3] 3.5 HTML Document Elements……Page 66
[Chapter 3] 3.6 The Document Header……Page 69
[Chapter 3] 3.7 The Document Body……Page 73
[Chapter 3] 3.8 Editorial Markup……Page 75
[Chapter 3] 3.9 The Tag……Page 78
[Chapter 4] Text Basics……Page 80
[Chapter 4] 4.2 Headings……Page 89
[Chapter 4] 4.3 Changing Text Appearance……Page 96
[Chapter 4] 4.4 Content-based Style Tags……Page 98
[Chapter 4] 4.5 Physical Style Tags……Page 104
[Chapter 4] 4.6 Expanded Font Handling……Page 109
[Chapter 4] 4.7 Precise Spacing and Layout……Page 115
[Chapter 4] 4.8 Block Quotes……Page 129
[Chapter 4] 4.9 Addresses……Page 133
[Chapter 4] 4.10 Special Character Encoding……Page 136
[Chapter 5] Rules, Images, and Multimedia……Page 138
[Chapter 5] 5.2 Inserting Images in Your Documents……Page 147
[Chapter 5] 5.3 Document Colors and Background Images……Page 166
[Chapter 5] 5.4 Background Audio……Page 174
[Chapter 5] 5.5 Animated Text……Page 177
[Chapter 5] 5.6 Other Multimedia Content……Page 181
[Chapter 6] Document Layout……Page 183
[Chapter 6] 6.2 Multicolumn Layout……Page 189
[Chapter 6] 6.3 Layers……Page 196
[Chapter 7] Links and Webs……Page 207
[Chapter 7] 7.2 Referencing Documents: The URL……Page 209
[Chapter 7] 7.3 Creating Hyperlinks……Page 225
[Chapter 7] 7.4 Creating Effective Links……Page 235
[Chapter 7] 7.5 Mouse-Sensitive Images……Page 239
[Chapter 7] 7.6 Creating Searchable Documents……Page 249
[Chapter 7] 7.7 Establishing Document Relationships……Page 253
[Chapter 7] 7.8 Supporting Document Automation……Page 258
[Chapter 8] Formatted Lists……Page 262
[Chapter 8] 8.2 Ordered Lists……Page 266
[Chapter 8] 8.3 The Tag……Page 270
[Chapter 8] 8.4 Nesting Lists……Page 274
[Chapter 8] 8.5 Directory Lists……Page 277
[Chapter 8] 8.6 Menu Lists……Page 279
[Chapter 8] 8.7 Definition Lists……Page 281
[Chapter 8] 8.8 Appropriate List Usage……Page 286
[Chapter 9] Cascading Style Sheets……Page 287
[Chapter 9] 9.2 Style Syntax……Page 295
[Chapter 9] 9.3 Style Properties……Page 301
[Chapter 9] 9.4 Tag-less Styles: The Tag……Page 325
[Chapter 9] 9.5 Applying Styles to Documents……Page 327
[Chapter 10] Forms……Page 330
[Chapter 10] 10.2 The Tag……Page 332
[Chapter 10] 10.3 A Simple Form Example……Page 340
[Chapter 10] 10.4 Using Email to Collect Form Data……Page 342
[Chapter 10] 10.5 The Tag……Page 345
[Chapter 10] 10.6 Multiline Text Areas……Page 352
[Chapter 10] 10.7 Multiple Choice Elements……Page 355
[Chapter 10] 10.8 General Form Control Attributes……Page 361
[Chapter 10] 10.9 Labeling and Grouping Form Elements……Page 364
[Chapter 10] 10.10 Creating Effective Forms……Page 369
[Chapter 10] 10.11 Forms Programming……Page 373
[Chapter 11] Tables……Page 379
[Chapter 11] 11.2 Table Tags……Page 382
[Chapter 11] 11.3 New HTML 4.0 Table Tags……Page 400
[Chapter 11] 11.4 Beyond Ordinary Tables……Page 412
[Chapter 12] Frames……Page 413
[Chapter 12] 12.2 Frame Tags……Page 415
[Chapter 12] 12.3 Frame Layout……Page 417
[Chapter 12] 12.4 Frame Contents……Page 422
[Chapter 12] 12.5 The Tag……Page 426
[Chapter 12] 12.6 Inline Frames……Page 428
[Chapter 12] 12.7 Named Frame or Window Targets……Page 431
[Chapter 13] Executable Content……Page 436
[Chapter 13] 13.2 Embedded Content……Page 440
[Chapter 13] 13.3 JavaScript……Page 455
[Chapter 13] 13.4 JavaScript Style Sheets……Page 463
[Chapter 14] Dynamic Documents……Page 470
[Chapter 14] 14.2 Client-Pull Documents……Page 472
[Chapter 14] 14.3 Server -Push Documents……Page 477
[Chapter 15] Tips, Tricks, and Hacks……Page 481
[Chapter 15] 15.2 Trivial or Abusive?……Page 484
[Chapter 15] 15.3 Custom Bullets……Page 485
[Chapter 15] 15.4 Tricks with Tables……Page 486
[Chapter 15] 15.5 Transparent Images……Page 493
[Chapter 15] 15.6 Tricks with Windows and Frames……Page 496
[Appendix A] HTML Grammar……Page 499
[Appendix A] A.2 The Grammar……Page 502
[Appendix B] HTML Tag Quick Reference……Page 513
[Appendix B] B.2 HTML Quick Reference……Page 516
[Appendix C] Cascading Style Sheet Properties Quick Reference……Page 555
[Appendix D] The HTML 4.0 DTD……Page 562
[Appendix E] Character Entities……Page 578
[Appendix F] Color Names and Values……Page 584
[Appendix F] F.2 Color Names……Page 585
[Appendix F] F.3 The Standard Color Map……Page 588

Reviews

There are no reviews yet.

Be the first to review “HTML: The Definitive Guide”
Shopping Cart
Scroll to Top