没有合适的资源?快使用搜索试试~ 我知道了~
首页Beginning HTML XHTML CSS and JavaScript[PDF]
Beginning HTML XHTML CSS and JavaScript[PDF]
需积分: 10 55 浏览量
更新于2023-03-03
评论 1
收藏 10.39MB PDF 举报
Beginning HTML, XHTML, CSS, and JavaScript® Published by Wiley Publishing, Inc. 10475 Crosspoint Boulevard Indianapolis, IN 46256 www.wiley.com Copyright © 2010 by Wiley Publishing, Inc., Indianapolis, Indiana Published simultaneously in Canada ISBN: 978-0-470-54070-1 Manufactured in the United States of America
资源详情
资源评论
资源推荐

Wrox Programmer to Programmer™
Join the discussion @ p2p.wrox.com
Jon Duckett
Duckett
$34.99 USA
$41.99 CAN
Since the web was first created, the languages used to build web sites
have been constantly evolving. Now a set of best practices has emerged
using HTML or XHTML to create your basic web pages, CSS to control
their appearance and make them look attractive, and JavaScript to add
interactivity. Without assuming any previous experience, this valuable
resource makes it easy to learn how to build web sites using the most up-
to-date web standards. Whether you’re a beginner eager to start writing
your first web page or a more experienced programmer seeking to update
your skills, you will find practical introductions to these essential lan-
guages, as well as invaluable tips and techniques used by experienced web
professionals.
• How to create HTML and XHTML pages that incorporate links, images,
tables, audio, and video
• Ways to use CSS to control text, colors, backgrounds, and page layout
• Design principles employed by experienced designers to create attractive layouts
• The basics of JavaScript and working with AJAX libraries
• How to build sites that are accessible, easy to use, and will work
on a variety of devices including mobile phones
• How to test your web site and put it on the web
• First-hand experience of coding practices commonly used in the real world
• The elements of basic text formatting
• Text markup and character entities for special characters
Jon Duckett has spent over a decade helping a wide range of companies implement
innovative web strategies. Taking a hands-on approach, he designs many of the
projects he works on and helps to code them. During this time, Jon has written
several books covering web design, programming, accessibility and usability.
Wrox Beginning guides are crafted to make learning programming languages
and technologies easier than you think, providing a structured, tutorial format
that will guide you through all the techniques involved.
Web Site Development
Learn to create attractive
web sites that are easy to use
Beginning
HTML, XHTML,
CSS, and JavaScript
®
wrox.com
Programmer
Forums
Join our Programmer to
Programmer forums to ask
and answer programming
questions about this book,
join discussions on the
hottest topics in the industry,
and connect with fellow
programmers from around
the world.
Code Downloads
Take advantage of free code
samples from this book, as
well as code samples from
hundreds of other books, all
ready to use.
Read More
Find articles, ebooks, sample
chapters and tables of contents
for hundreds of books, and
more reference resources on
programming topics that matter
to you.
Beginning
HTML, XHTML, CSS,
and JavaScript
®

Get more out of
WROX.com
Programmer to Programmer
™
Interact
Take an active role online by participating in
our P2P forums
Wrox Online Library
Hundreds of our books are available online
through Books24x7.com
Wrox Blox
Download short informational pieces and
code to keep you up to date and out of
trouble!
Chapters on Demand
Purchase individual book chapters in pdf
format
Join the Community
Sign up for our free monthly newsletter at
newsletter.wrox.com
Browse
Ready for more Wrox? We have books and
e-books available on .NET, SQL Server, Java,
XML, Visual Basic, C#/ C++, and much more!
Contact Us.
We always like to get feedback from our readers. Have a book idea?
Need community support? Let us know by e-mailing wrox-partnerwithus@wrox.com
Related Wrox Books
Beginning CSS: Cascading Style Sheets for Web Design, 2nd Edition
ISBN: 978-0-470-09697-0
This comprehensive introduction clearly shows you how to combine Cascading Style Sheets (CSS) with HTML, XHTML, or XML to create
rich, aesthetically compelling web designs. Packed with detailed examples in syntax-colored code and showing the resulting web pages
in color, the second edition will help you discover how and why CSS works.
Beginning JavaScript, 4th Edition
ISBN: 978-0-470-52593-7
Serving as a great introduction to JavaScript, this book offers all you need to start using JavaScript on your web pages right away. It’s
fully updated and covers utilizing JavaScript with the latest versions of the Internet Explorer, Firefox, and Safari browsers and walks you
through the basics of JavaScript: what it is, how it works, and what you can do with it.
Beginning JavaScript and CSS Development with jQuery
ISBN: 978-0-470-22779-4
With this unique, project-oriented book, author Richard York teaches even the most novice of JavaScript users how to quickly get started
utilizing the JavaScript jQuery Library to decrease the amount of code that needs to be written and tested. A four-color code syntax
highlighting system provides a visual reinforcement and allows you to see the nuts and bolts that comprise each line and section of code.
With this helpful guide and hands-on exercises, you’ll be able to put jQuery to work for you and avoid having to write code from scratch.
JavaScript Programmer’s Reference
ISBN: 978-0-470-34472-9
This book covers the JavaScript language in its entirety, showing you how to leverage its many features to create the next generation of
standards-compliant Rich Internet Applications (RIAs) using Ajax, JSON, and much more. Alexei White, a veteran programming instructor,
provides you with both a practical tutorial and an easily accessible reference to a range of topics from basic JavaScript syntax and core
functions to advanced topics such as animation, debugging, remote server interaction, and offline storage.
Professional JavaScript for Web Developers, 2nd Edition
ISBN: 978-0-470-22780-0
This book covers JavaScript from its very beginning to the present-day incarnations that include support for the DOM and Ajax. It also
shows you how to extend this powerful language to meet specific needs and create seamless client-server communication without inter-
mediaries such as Java or hidden frames. You’ll explore the components that make up a JavaScript implementation, with specific focus on
standards such as ECMAScript and DOM. You’ll also learn how to utilize regular expressions and build dynamic user interfaces. This valu-
able insight will help you apply JavaScript solutions to the business problems faced by Web developers everywhere.
Professional JavaScript Frameworks: Prototype, YUI, ExtJS, Dojo and MooTools
ISBN: 978-0-470-38459-6
Packed with coverage of many of the most popular JavaScript frameworks, this authoritative guide examines how these frameworks can
present unique and varying approaches to problems in web development. This unparalleled team of authors has assembled some of the
most active and popular JavaScript frameworks available and they walk you through common web development tasks addressed by each
framework, while also examining how the framework approaches a particular set of tasks. Practical examples and clear explanations
demonstrate the many aspects of contemporary web development and exactly what the selection of JavaScript frameworks has to offer
so that you can get up and running quickly

Beginning HTML, XHTML, CSS, and JavaScript®
Introduction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xxi
Chapter 1: Structuring Documents for the Web . . . . . . . . . . . . . . . . . . . . . . . . 1
Chapter 2: Links and Navigation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
Chapter 3: Images, Audio, and Video . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79
Chapter 4: Tables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131
Chapter 5: Forms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 167
Chapter 6: Frames . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 215
Chapter 7: Cascading Style Sheets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 243
Chapter 8: More Cascading Style Sheets . . . . . . . . . . . . . . . . . . . . . . . . . . 307
Chapter 9: Page Layout . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 357
Chapter 10: Design Issues . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 421
Chapter 11: Learning JavaScript . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 481
Chapter 12: Working with JavaScript . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 533
Chapter 13: Putting Your Site on the Web . . . . . . . . . . . . . . . . . . . . . . . . . 587
Chapter 14: Checklists . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 627
Appendix A: Answers to Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 641
Appendix B: XHTML Element Reference . . . . . . . . . . . . . . . . . . . . . . . . . . . 677
Appendix C: CSS Properties . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 713
Appendix D: Color Names and Values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 741
Appendix E: Character Encodings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 749
Appendix F: Special Characters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 753
Appendix G: Language Codes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 767
Appendix H: Mime Media Types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 771
Appendix I: Deprecated and Browser - Specific Markup . . . . . . . . . . . . . . . . . 783
Index. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 815
ffirs.indd iffirs.indd i 11/20/09 7:59:14 PM11/20/09 7:59:14 PM

ffirs.indd iiffirs.indd ii 11/20/09 7:59:15 PM11/20/09 7:59:15 PM

Beginning
HTML, XHTML, CSS,
and JavaScript®
Jon Duckett
Wiley Publishing, Inc.
ffirs.indd iiiffirs.indd iii 11/20/09 7:59:15 PM11/20/09 7:59:15 PM
剩余864页未读,继续阅读















安全验证
文档复制为VIP权益,开通VIP直接复制

评论0