HTML5 24-Hour Trainer. (Record no. 84962)
[ view plain ]
000 -LEADER | |
---|---|
fixed length control field | 10722nam a22005053i 4500 |
001 - CONTROL NUMBER | |
control field | EBC706763 |
003 - CONTROL NUMBER IDENTIFIER | |
control field | MiAaPQ |
005 - DATE AND TIME OF LATEST TRANSACTION | |
control field | 20181121160426.0 |
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION | |
fixed length control field | m o d | |
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION | |
fixed length control field | cr cnu|||||||| |
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION | |
fixed length control field | 181113s2011 xx o ||||0 eng d |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 9781118043417 |
-- | (electronic bk.) |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
Cancelled/invalid ISBN | 9780470647820 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (MiAaPQ)EBC706763 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (Au-PeEL)EBL706763 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (CaPaEBR)ebr10510576 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (CaONFJC)MIL328265 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (OCoLC)744652828 |
040 ## - CATALOGING SOURCE | |
Original cataloging agency | MiAaPQ |
Language of cataloging | eng |
Description conventions | rda |
-- | pn |
Transcribing agency | MiAaPQ |
Modifying agency | MiAaPQ |
050 #4 - LIBRARY OF CONGRESS CALL NUMBER | |
Classification number | QA76.76.H94 -- L69 2011eb |
082 0# - DEWEY DECIMAL CLASSIFICATION NUMBER | |
Classification number | 006.74 |
100 1# - MAIN ENTRY--PERSONAL NAME | |
Personal name | Lowery, Joseph. |
245 10 - TITLE STATEMENT | |
Title | HTML5 24-Hour Trainer. |
250 ## - EDITION STATEMENT | |
Edition statement | 1st ed. |
264 #1 - PUBLICATION, DISTRIBUTION, ETC. (IMPRINT) | |
Place of publication, distribution, etc | Hoboken : |
Name of publisher, distributor, etc | Wiley, |
Date of publication, distribution, etc | 2011. |
264 #4 - PUBLICATION, DISTRIBUTION, ETC. (IMPRINT) | |
Date of publication, distribution, etc | ©2011. |
300 ## - PHYSICAL DESCRIPTION | |
Extent | 1 online resource (338 pages) |
336 ## - CONTENT TYPE | |
Content type term | text |
Content type code | txt |
Source | rdacontent |
337 ## - MEDIA TYPE | |
Media type term | computer |
Media type code | c |
Source | rdamedia |
338 ## - CARRIER TYPE | |
Carrier type term | online resource |
Carrier type code | cr |
Source | rdacarrier |
505 0# - FORMATTED CONTENTS NOTE | |
Formatted contents note | HTML5 24-Hour Trainer -- Introduction -- Section I: Getting Started with HTML5 -- Lesson 1: What Is HTML? -- The Language of the Web -- How Browsers Style Web Pages -- The Latest Version: HTML5 -- Try It -- Lesson Requirements -- Step-by-Step -- Lesson 2: Creating Your First Web Page -- HTML5 Syntaxes: An Embarrassment of Riches -- Understanding Basic Page Structure -- Setting a Document Type -- Defining the Root Element: -- Forming the -- Enclosing the Content with -- Try It -- Lesson Requirements -- Step-by-Step -- Lesson 3: Viewing Web Pages -- Opening Files in a Browser -- Setting a Web Workflow -- Try It -- Lesson Requirements -- Step-by-Step -- Section II: Styling Your Web Page -- Lesson 4: What Is CSS? -- Understanding Cascading Style Sheets -- Key CSS Concepts -- The Cascading Principle -- The Inheritance Principle -- The Specificity Principle -- Working with CSS Placement -- External Style Sheets -- Embedded Styles -- Inline Styles -- Working with Selectors -- Tags -- IDs -- Classes -- Compound Selectors -- Lesson 5: Testing CSS -- Validating Your CSS -- Checking Your CSS in a Browser -- Try It -- Lesson Requirements -- Step-by-Step -- Section III: Working with HTML Basics -- Lesson 6: Adding Text -- Working with Paragraphs -- Try It -- Lesson Requirements -- Step-by-Step -- Adding Headings -- Try It -- Lesson Requirements -- Step-by-Step -- Applying Special Characters -- Try It -- Lesson Requirements -- Step-by-Step -- Lesson 7: Styling Text with CSS -- Picking Your Font Family -- Try It -- Lesson Requirements -- Step-by-Step -- Setting Text Size and Line Height -- Try It -- Lesson Requirements -- Step-by-Step -- Choosing Text Color -- Try It -- Lesson Requirements -- Step-by-Step -- Aligning and Emphasizing Text -- Try It -- Lesson Requirements -- Step-by-Step -- Lesson 8: Linking to Content. |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Linking to Other Pages -- Same Site Links -- Linking to Another Site -- Targeting Links -- Try It -- Lesson Requirements -- Step-by-Step -- Linking to a Page Section -- Try It -- Lesson Requirements -- Step-by-Step -- Styling Link States -- Working with E‑mail and Document Links -- Try It -- Lesson Requirements -- Step-by-Step -- Lesson 9: Validating Your Pages -- Working with the HTML5 doctype -- Using the W3C Validator -- Try It -- Lesson Requirements -- Step-by-Step -- Section IV: Incorporating Images -- Lesson 10: Working with Images -- Understanding Web Images -- Inserting Foreground Images -- Try It -- Lesson Requirements -- Step-by-Step -- Using Links with Images -- Aligning Images -- Try It -- Lesson Requirements -- Step-by-Step -- Including Background Images -- Try It -- Lesson Requirements -- Step-by-Step -- Lesson 11: Using Image Maps -- Creating an Image Map -- Try It -- Lesson Requirements -- Step-by-Step -- Lesson 12: Adding Horizontal Rules -- Separating Page Sections -- Sizing and Styling Rules -- Try It -- Lesson Requirements -- Step-by-Step -- Section V: Using Lists -- Lesson 13: Inserting Unordered Lists -- Working with Bulleted Items -- Try It -- Lesson Requirements -- Step-by-Step -- Nesting Unordered Lists -- Changing List Appearance -- Try It -- Lesson Requirements -- Step-by-Step -- Lesson 14: Working with Ordered Lists -- Creating Numbered Lists -- Try It -- Lesson Requirements -- Step-by-Step -- Expanding an Outline -- Combining Unordered and Ordered Lists -- Try It -- Lesson Requirements -- Step-by-Step -- Lesson 15: Extending Lists -- Understanding Website Navigation Bars -- Working with Lists for Navigation -- Try It -- Lesson Requirements -- Step-by-Step -- Using Definition Lists and the Tag -- Try It -- Lesson Requirements -- Step-by-Step -- Section VI: Structuring Tables -- Lesson 16: Building a Simple Table. |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Understanding HTML Tables -- Specifying a Table Header -- Defining a Table Header, Body, and Footer -- Working with Rows and Columns -- Try It -- Lesson Requirements -- Step-by-Step -- Lesson 17: Styling Tables -- Creating White Space in Tables -- Aligning Tables -- Working with Borders -- Modifying Table Colors -- Try It -- Lesson Requirements -- Step-by-Step -- Lesson 18: Making Tables More Accessible -- Inserting Captions -- Incorporating Details and Summary -- Try It -- Lesson Requirements -- Step-by-Step -- Section VII: Building Forms -- Lesson 19: Creating a Form -- Understanding Forms -- Using Text and Textarea Fields -- Try It -- Lesson Requirements -- Step-by-Step -- Working with Radio Buttons -- Offering Checkbox Options -- Implementing Select Lists -- Try It -- Lesson Requirements -- Step-by-Step -- Using Hidden Form Controls -- Inserting Form Buttons -- Try It -- Lesson Requirements -- Step-by-Step -- Lesson 20: Enhancing Forms -- Applying Fieldsets and Legends -- Try It -- Lesson Requirements -- Step-by-Step -- Using Tables for Form Layout -- Styling Forms with CSS -- Creating a Two-Column Layout -- Styling Fieldsets and Legends -- Working with Input Fields -- Understanding Additional HTML5 Form Enhancements -- Try It -- Lesson Requirements -- Step-by-Step -- Section VIII: Enhancing HTML with JavaScript -- Lesson 21: Adding JavaScript -- Understanding JavaScript -- Integrating JavaScript Code -- Activating JavaScript Instantly -- Invoking JavaScript on Page Load -- Triggering JavaScript Interactively -- Degrading Gracefully -- Testing JavaScript -- Try It -- Lesson Requirements -- Step-by-Step -- Lesson 22: Advanced JavaScript -- Linking External Files -- Incorporating a JavaScript Framework -- Try It -- Lesson Requirements -- Step-by-Step -- Section IX: Adding Media -- Lesson 23: Working with Plug-Ins -- Understanding Plug-Ins. |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Using Tags -- Embedding Plug-In Content -- Combining and Tags -- Inserting an SWF File -- Adding Silverlight Code -- Try It -- Lesson Requirements -- Step-by-Step -- Lesson 24: Inserting Audio -- Using Web-Compatible Audio -- Linking to MP3 Files -- Embedding Audio with Plug-Ins -- Incorporating HTML5 Audio -- Try It -- Lesson Requirements -- Step-by-Step -- Lesson 25: Inserting Video -- Working with Video Types -- Adding a Video Player -- Integrating Video without a Plug-In -- Try It -- Lesson Requirements -- Step-by-Step -- Section X: Next Steps in HTML5 -- Lesson 26: Looking Ahead in HTML5 -- Using HTML5 Today -- What Works Now -- What Doesn't Work Yet -- Determining What Works Dynamically -- Try It -- Lesson Requirements -- Step-by-Step -- Lesson 27: Enhancing Web Page Structure -- Understanding Current Layouts -- Working with the New HTML5 Semantics -- Defining Sections -- Creating Headers -- Setting Navigation Areas -- Establishing Articles -- Defining Asides -- Including Footers -- Bringing It All Together -- Try It -- Lesson Requirements -- Step-by-Step -- Lesson 28: Integrating Advanced Design Elements -- Expanding Font Possibilities -- Designing for Multiple Screens -- Drawing with -- Understanding Basics -- Drawing Lines -- Working with Circles -- Adding Text to a Canvas -- Placing Images on the Canvas -- Try It -- Lesson Requirements -- Step-by-Step -- Appendix A: Browser Support for HTML5 -- HTML5 New Features -- Semantic Tags -- Tag -- Tag -- Form Tags -- Tag -- CSS3 New Features -- @font-face -- Enhanced Colors -- Media Queries -- Multiple Columns -- Enhanced Selectors -- CSS Transitions -- CSS Transforms -- box-shadow Property -- text-shadow Property -- box-sizing -- border-radius -- Multiple Background Images -- background-image Options. |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Appendix B: Advanced HTML5 Features -- Editable Content -- Local Storage -- Geolocation -- Appendix C: What's on the DVD? -- System Requirements -- Using the DVD -- What's on the DVD -- Troubleshooting -- Customer Care -- Wiley Publishing, Inc. End-User License Agreement. |
520 ## - SUMMARY, ETC. | |
Summary, etc | Comprehensive written and interactive instruction for learning HTML5 HTML is the core technology for building websites. Today, with HTML5 opening the Internet to new levels of rich content and dynamic interactivity, developers are looking for information to learn and utilize HTML5. HTML5 24-Hour Trainer provides that information, giving new and aspiring web developers the knowledge they need to achieve early success when building websites. Covers the most basic aspects of a web page, including a brief introduction to Cascading Style Sheets (CSS) Provides lessons that are backed up by professionally created training videos and interactive content to fully illustrate the dynamic nature of HTML5 and the Internet, while also providing a full learning experience Combines easy-to-follow lessons with expertly crafted training videos to provide you with both written and interactive instruction for learning HTML5 Written by bestselling author Joseph Lowery and with video content created by well-known multimedia and eLearning producer Mark Fletcher, HTML5 24-Hour Trainer brings the new features of HTML5 and the Internet to life unlike any other resource. Note: As part of the print version of this title, video lessons are included on DVD. For e-book versions, video lessons can be accessed at wrox.com using a link provided in the interior of the e-book. |
588 ## - SOURCE OF DESCRIPTION NOTE | |
Source of description note | Description based on publisher supplied metadata and other sources. |
590 ## - LOCAL NOTE (RLIN) | |
Local note | Electronic reproduction. Ann Arbor, Michigan : ProQuest Ebook Central, 2018. Available via World Wide Web. Access may be limited to ProQuest Ebook Central affiliated libraries. |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name as entry element | HTML (Document markup language). |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name as entry element | Web site development. |
655 #4 - INDEX TERM--GENRE/FORM | |
Genre/form data or focus term | Electronic books. |
700 1# - ADDED ENTRY--PERSONAL NAME | |
Personal name | Fletcher, Mark. |
776 08 - ADDITIONAL PHYSICAL FORM ENTRY | |
Display text | Print version: |
Main entry heading | Lowery, Joseph |
Title | HTML5 24-Hour Trainer |
Place, publisher, and date of publication | Hoboken : Wiley,c2011 |
International Standard Book Number | 9780470647820 |
797 2# - LOCAL ADDED ENTRY--CORPORATE NAME (RLIN) | |
Corporate name or jurisdiction name as entry element | ProQuest (Firm) |
856 40 - ELECTRONIC LOCATION AND ACCESS | |
Uniform Resource Identifier | <a href="https://ebookcentral.proquest.com/lib/buse-ebooks/detail.action?docID=706763">https://ebookcentral.proquest.com/lib/buse-ebooks/detail.action?docID=706763</a> |
Public note | Click to View |
No items available.