Articoli correlati a HTML and XHTML: The Definitive Guide

HTML and XHTML: The Definitive Guide - Brossura

 
9780596003821: HTML and XHTML: The Definitive Guide

Sinossi

This volume contains everything you'll need in order to create functional cross-platform Web applications. The new edition has been updated to cover the latest specifications, including HTML 4.01, CSS Level 2, DOM Level 2, and JavaScript 1.5, as well as the latest browsers, Internet Explorer 6 (Windows), Internet Explorer 5.1 (Mac), Netscape Navigator 6 and 7, and Mozilla 1.0. You'll learn how these standards and technologies relate to one another and how the creation of Dynamic HTML content relies on these four technologies. The book includes: a complete reference for all of the HTML tags, CSS style attributes, document object model attributes, methods, and event handlers, and core JavaScript objects supported by the various standards and the latest versions of Netscape and Internet Explorer. Cross-referenced indexes that make it easy to find interrelated HTML tags, style attributes, and document object model methods, attributes, and event handlers. An advanced introduction to creating dynamic Web content that addresses the cross-platform compromises inherent in Web page design today and encourages developers to adopt the W3C standards. If you have experience with basic Web page c

Le informazioni nella sezione "Riassunto" possono far riferimento a edizioni diverse di questo titolo.

L'autore

Chuck Musciano has spent his life on the East Coast, having spent time in Maryland, Georgia, and New Jersey before acquiring a B.S. in computer science from Georgia Tech in 1982. Since then, he has resided in Melbourne, Florida, in the employ of Harris Corporation. He began his career as a compiler writer and crafter of tools and went on to join Harris' Advanced Technology Group to help develop large-scale multiprocessors. This led to a prolonged interest in user-interface research and development, which finally gave way to his current position, manager of UNIX Systems in Harris' Corporate Data Center. Along the way, he grew to know and love the Internet, having contributed a number of publicly available tools to the Net and started the still-running Internet Movie Ratings Report. The Web was a natural next step, and he has been running various Web sites within and without Harris for several years. Chuck has written on UNIX-related topics in the trade press for the past decade, most visibly as the "Webmaster" columnist for Sunworld Online (http://www.sun.com/sunworldonline). In his spare time he enjoys life in Florida with his wife Cindy, daughter Courtney, and son Cole.

Bill Kennedy is currently president and chief technical officer of ActivMedia, Inc., a new media marketing and marketing research company based in beautiful Peterborough, NH, but which conducts business with clients and associates from around the world primarily over the Internet (http://www.activmedia.com). When not hacking new HTML pages or writing about them, "Dr. Bill" (Ph.D. in biophysics from Loyola University of Chicago, of all things!) is out promoting a line of mobile, autonomous robots as real-world platforms for artificial intelligence and fuzzy logic research and for education (http://www.rwii.com). Or he's out drumming up writing assignments from his former colleagues at IDG's SunWorld/Advanced Systems Magazine (now SunWorld Online; http://www.sun.com), where he served as a senior editor-features (at-large over the Internet, of course) for nearly five years. Contact Dr. Bill directly at bkennedy@activmedia.com.

Contenuti

Dedication; Preface; Our Audience; Text Conventions; Versions and Semantics; HTML Versus XHTML; Comments and Questions; Acknowledgments; Chapter 1: HTML, XHTML, and the World Wide Web; 1.1 The Internet; 1.2 Talking the Internet Talk; 1.3 HTML and XHTML: What They Are; 1.4 HTML and XHTML: What They Aren’t; 1.5 Standards and Extensions; 1.6 Tools for the Web Designer; Chapter 2: Quick Start; 2.1 Writing Tools; 2.2 A First HTML Document; 2.3 Embedded Tags; 2.4 HTML Skeleton; 2.5 The Flesh on an HTML or XHTML Document; 2.6 Text; 2.7 Hyperlinks; 2.8 Images Are Special; 2.9 Lists, Searchable Documents, and Forms; 2.10 Tables; 2.11 Frames; 2.12 Style Sheets and JavaScript; 2.13 Forging Ahead; Chapter 3: Anatomy of an HTML Document; 3.1 Appearances Can Deceive; 3.2 Structure of an HTML Document; 3.3 Tags and Attributes; 3.4 Well-Formed Documents and XHTML; 3.5 Document Content; 3.6 HTML/XHTML Document Elements; 3.7 The Document Header; 3.8 The Document Body; 3.9 Editorial Markup; 3.10 The Tag; Chapter 4: Text Basics; 4.1 Divisions and Paragraphs; 4.2 Headings; 4.3 Changing Text Appearance and Meaning; 4.4 Content-Based Style Tags; 4.5 Physical Style Tags; 4.6 Precise Spacing and Layout; 4.7 Block Quotes; 4.8 Addresses; 4.9 Special Character Encoding; 4.10 HTML’s Obsolete Expanded Font Handling; Chapter 5: Rules, Images, and Multimedia; 5.1 Horizontal Rules; 5.2 Inserting Images in Your Documents; 5.3 Document Colors and Background Images; 5.4 Background Audio; 5.5 Animated Text; 5.6 Other Multimedia Content; Chapter 6: Links and Webs; 6.1 Hypertext Basics; 6.2 Referencing Documents: The URL; 6.3 Creating Hyperlinks; 6.4 Creating Effective Links; 6.5 Mouse-Sensitive Images; 6.6 Creating Searchable Documents; 6.7 Relationships; 6.8 Supporting Document Automation; Chapter 7: Formatted Lists; 7.1 Unordered Lists; 7.2 Ordered Lists; 7.3 The

  • Tag; 7.4 Nesting Lists; 7.5 Definition Lists; 7.6 Appropriate List Usage; 7.7 Directory Lists; 7.8 Menu Lists; Chapter 8: Cascading Style Sheets; 8.1 The Elements of Styles; 8.2 Style Syntax; 8.3 Style Classes; 8.4 Style Properties; 8.5 Tagless Styles: The Tag; 8.6 Applying Styles to Documents; Chapter 9: Forms; 9.1 Form Fundamentals; 9.2 The Tag; 9.3 A Simple Form Example; 9.4 Using Email to Collect Form Data; 9.5 The Tag; 9.6 The Tag; 9.7 Multiline Text Areas; 9.8 Multiple Choice Elements; 9.9 General Form-Control Attributes; 9.10 Labeling and Grouping Form Elements; 9.11 Creating Effective Forms; 9.12 Forms Programming; Chapter 10: Tables; 10.1 The Standard Table Model; 10.2 Basic Table Tags; 10.3 Advanced Table Tags; 10.4 Beyond Ordinary Tables; Chapter 11: Frames; 11.1 An Overview of Frames; 11.2 Frame Tags; 11.3 Frame Layout; 11.4 Frame Contents; 11.5 The Tag; 11.6 Inline Frames; 11.7 Named Frame or Window Targets; Chapter 12: Executable Content; 12.1 Applets and Objects; 12.2 Embedded Content; 12.3 JavaScript; 12.4 JavaScript Style Sheets (Antiquated); Chapter 13: Dynamic Documents; 13.1 An Overview of Dynamic Documents; 13.2 Client-Pull Documents; 13.3 Server -Push Documents; Chapter 14: Netscape Layout Extensions; 14.1 Creating Whitespace; 14.2 Multicolumn Layout; 14.3 Layers; Chapter 15: XML; 15.1 Languages and Metalanguages; 15.2 Documents and DTDs; 15.3 Understanding XML DTDs; 15.4 Element Grammar; 15.5 Element Attributes; 15.6 Conditional Sections; 15.7 Building an XML DTD; 15.8 Using XML; Chapter 16: XHTML; 16.1 Why XHTML?; 16.2 Creating XHTML Documents; 16.3 HTML Versus XHTML; 16.4 XHTML 1.1; 16.5 Should You Use XHTML?; Chapter 17: Tips, Tricks, and Hacks; 17.1 Top of the Tips; 17.2 Cleaning Up After Your HTML Editor; 17.3 Tricks with Tables; 17.4 Transparent Images; 17.5 Tricks with Windows and Frames; HTML Grammar; Grammatical Conventions; The Grammar; HTML/XHTML Tag Quick Reference; Core Attributes; HTML Quick Reference; Cascading Style Sheet Properties Quick Reference; The HTML 4.01 DTD; The XHTML 1.0 DTD; Character Entities; Color Names and Values; Color Values; Color Names; The Standard Color Map; Colophon;
  • Le informazioni nella sezione "Su questo libro" possono far riferimento a edizioni diverse di questo titolo.

    Compra usato

    Condizioni: discreto
    Item in good condition. Textbooks...
    Visualizza questo articolo

    GRATIS per la spedizione in U.S.A.

    Destinazione, tempi e costi

    Altre edizioni note dello stesso titolo

    9781600330056: Html & Xhtml: The Definitive Guide

    Edizione in evidenza

    ISBN 10:  1600330053 ISBN 13:  9781600330056
    Brossura

    Risultati della ricerca per HTML and XHTML: The Definitive Guide

    Foto dell'editore

    Musciano, Chuck, Kennedy, Bill
    Editore: O'Reilly Media, 2002
    ISBN 10: 059600382X ISBN 13: 9780596003821
    Antico o usato Brossura

    Da: SecondSale, Montgomery, IL, U.S.A.

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    Condizione: Acceptable. Item in good condition. Textbooks may not include supplemental items i.e. CDs, access codes etc. Codice articolo 00067274436

    Contatta il venditore

    Compra usato

    EUR 3,84
    Convertire valuta
    Spese di spedizione: GRATIS
    In U.S.A.
    Destinazione, tempi e costi

    Quantità: 1 disponibili

    Aggiungi al carrello

    Immagini fornite dal venditore

    Musciano, Chuck; Kennedy, Bill
    Editore: O'Reilly Media, Inc., 2002
    ISBN 10: 059600382X ISBN 13: 9780596003821
    Antico o usato Brossura

    Da: Zoom Books East, Glendale Heights, IL, U.S.A.

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    Condizione: good. Book is in good condition and may include underlining highlighting and minimal wear. The book can also include "From the library of" labels. May not contain miscellaneous items toys, dvds, etc. . We offer 100% money back guarantee and 24 7 customer service. Codice articolo ZEV.059600382X.G

    Contatta il venditore

    Compra usato

    EUR 3,86
    Convertire valuta
    Spese di spedizione: GRATIS
    In U.S.A.
    Destinazione, tempi e costi

    Quantità: 1 disponibili

    Aggiungi al carrello

    Immagini fornite dal venditore

    Musciano, Chuck; Kennedy, Bill
    Editore: O'Reilly Media, Inc., 2002
    ISBN 10: 059600382X ISBN 13: 9780596003821
    Antico o usato Brossura

    Da: Goodwill of Colorado, COLORADO SPRINGS, CO, U.S.A.

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    Condizione: good. This item is in overall good condition. Covers and dust jackets are intact but may have minor wear including slight curls or bends to corners as well as cosmetic blemishes including stickers. Pages are intact but may have minor highlighting writing. Binding is intact; however, spine may have slight wear overall. Digital codes may not be included and have not been tested to be redeemable and or active. Minor shelf wear overall. Please note that all items are donated goods and are in used condition. Orders shipped Monday through Friday! Your purchase helps put people to work and learn life skills to reach their full potential. Orders shipped Monday through Friday. Your purchase helps put people to work and learn life skills to reach their full potential. Thank you! Codice articolo 466h6j0001KS

    Contatta il venditore

    Compra usato

    EUR 5,24
    Convertire valuta
    Spese di spedizione: GRATIS
    In U.S.A.
    Destinazione, tempi e costi

    Quantità: 1 disponibili

    Aggiungi al carrello

    Foto dell'editore

    Musciano, Chuck, Kennedy, Bill
    ISBN 10: 059600382X ISBN 13: 9780596003821
    Antico o usato Brossura

    Da: Better World Books, Mishawaka, IN, U.S.A.

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    Condizione: Good. 5th Edition. Used book that is in clean, average condition without any missing pages. Codice articolo 3354558-6

    Contatta il venditore

    Compra usato

    EUR 6,09
    Convertire valuta
    Spese di spedizione: GRATIS
    In U.S.A.
    Destinazione, tempi e costi

    Quantità: 1 disponibili

    Aggiungi al carrello

    Foto dell'editore

    Musciano, Chuck, Kennedy, Bill
    ISBN 10: 059600382X ISBN 13: 9780596003821
    Antico o usato Brossura

    Da: Better World Books, Mishawaka, IN, U.S.A.

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    Condizione: Good. 5th Edition. Former library book; may include library markings. Used book that is in clean, average condition without any missing pages. Codice articolo GRP16272168

    Contatta il venditore

    Compra usato

    EUR 6,09
    Convertire valuta
    Spese di spedizione: GRATIS
    In U.S.A.
    Destinazione, tempi e costi

    Quantità: 1 disponibili

    Aggiungi al carrello

    Foto dell'editore

    Musciano, Chuck; Kennedy, Bill
    Editore: O'Reilly Media, Inc., 2002
    ISBN 10: 059600382X ISBN 13: 9780596003821
    Antico o usato Paperback

    Da: ThriftBooks-Dallas, Dallas, TX, U.S.A.

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    Paperback. Condizione: Good. No Jacket. Former library book; Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, Spend Less 2.2. Codice articolo G059600382XI3N10

    Contatta il venditore

    Compra usato

    EUR 6,19
    Convertire valuta
    Spese di spedizione: GRATIS
    In U.S.A.
    Destinazione, tempi e costi

    Quantità: 1 disponibili

    Aggiungi al carrello

    Foto dell'editore

    Musciano, Chuck, Kennedy, Bill
    Editore: O'Reilly Media, 2002
    ISBN 10: 059600382X ISBN 13: 9780596003821
    Antico o usato Brossura

    Da: Wonder Book, Frederick, MD, U.S.A.

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    Condizione: Very Good. Very Good condition. 5th edition. A copy that may have a few cosmetic defects. May also contain light spine creasing or a few markings such as an owner's name, short gifter's inscription or light stamp. Codice articolo F10I-02106

    Contatta il venditore

    Compra usato

    EUR 6,37
    Convertire valuta
    Spese di spedizione: GRATIS
    In U.S.A.
    Destinazione, tempi e costi

    Quantità: 1 disponibili

    Aggiungi al carrello

    Foto dell'editore

    Musciano, Chuck, Kennedy, Bill
    Editore: O'Reilly Media, 2002
    ISBN 10: 059600382X ISBN 13: 9780596003821
    Antico o usato Brossura

    Da: Wonder Book, Frederick, MD, U.S.A.

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    Condizione: Good. Good condition. 5th edition. A copy that has been read but remains intact. May contain markings such as bookplates, stamps, limited notes and highlighting, or a few light stains. Codice articolo O13C-03744

    Contatta il venditore

    Compra usato

    EUR 6,37
    Convertire valuta
    Spese di spedizione: GRATIS
    In U.S.A.
    Destinazione, tempi e costi

    Quantità: 1 disponibili

    Aggiungi al carrello

    Foto dell'editore

    Kennedy, Bill,Musciano, Chuck
    Editore: O'Reilly Media, 2002
    ISBN 10: 059600382X ISBN 13: 9780596003821
    Antico o usato Paperback

    Da: Half Price Books Inc., Dallas, TX, U.S.A.

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    Paperback. Condizione: Good. Connecting readers with great books since 1972! Used books may not include companion materials, and may have some shelf wear or limited writing. We ship orders daily and Customer Service is our top priority! Codice articolo S_312227221

    Contatta il venditore

    Compra usato

    EUR 4,36
    Convertire valuta
    Spese di spedizione: EUR 2,96
    In U.S.A.
    Destinazione, tempi e costi

    Quantità: 1 disponibili

    Aggiungi al carrello

    Foto dell'editore

    Kennedy, Bill,Musciano, Chuck
    Editore: O'Reilly Media, 2002
    ISBN 10: 059600382X ISBN 13: 9780596003821
    Antico o usato Paperback

    Da: HPB Inc., Dallas, TX, U.S.A.

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    Paperback. Condizione: Very Good. Connecting readers with great books since 1972! Used books may not include companion materials, and may have some shelf wear or limited writing. We ship orders daily and Customer Service is our top priority! Codice articolo S_383082302

    Contatta il venditore

    Compra usato

    EUR 4,36
    Convertire valuta
    Spese di spedizione: EUR 3,18
    In U.S.A.
    Destinazione, tempi e costi

    Quantità: 1 disponibili

    Aggiungi al carrello

    Vedi altre 16 copie di questo libro

    Vedi tutti i risultati per questo libro