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.
Author(s): Bill Kennedy, Chuck Musciano
Edition: 3
Publisher: O'Reilly Media
Year: 1998
Language: English
Pages: 588
Tags: Библиотека;Компьютерная литература;HTML / CSS / JavaScript;
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