close menu
Bookswagon-24x7 online bookstore
close menu
My Account
Sams Teach Yourself HTML and CSS in 24 Hours (Includes New HTML 5 Coverage): (Sams Teach Yourself in 24 Hours)

Sams Teach Yourself HTML and CSS in 24 Hours (Includes New HTML 5 Coverage): (Sams Teach Yourself in 24 Hours)

          
5
4
3
2
1

Out of Stock


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Notify me when this book is in stock
Add to Wishlist

About the Book

In just 24 lessons of one hour or less, you can learn how to use HTML and CSS to design, create, and maintain world-class web sites. Using a clear, down-to-earth approach, each lesson builds upon the previous one, allowing even complete beginners to learn the essentials from the ground up.

 

Full-color figures and clear step-by-step instructions help you learn quickly.

 

Practical, hands-on examples show you how to apply what you learn.

 

Quizzes and Exercises help you test your knowledge and stretch your skills.

 

Learn how to…

  Build your own web page and get it online in an instant

  Format text for maximum clarity and readability

  Create links to other pages and to other sites

  Add graphics, color, and visual pizazz to your web pages

  Work with transparent images and background graphics

  Design your site’s layout and typography using CSS

  Get user input with web-based forms

  Publicize your site and make it search-engine friendly

  Test a web site for compatibility with different browsers

  Make your site easy to maintain and update as it grows

 

Free Access to Online Learning Lab

Register your book at informit.com/register for free, exclusive access to the Online Learning Lab to supplement this book’s lessons:

  Video walkthroughs to show you how to complete the step-by-step examples in the book

  Fast and fun online quizzes to test your understanding of each lesson

  Updates or corrections as they become available

 

 



Table of Contents:

Contents

PART I: Getting Started on the Web

HOUR 1: Understanding How the Web Works

A Brief History of HTML and the

World Wide Web ..............................................1

Creating Web Content ......................................2

Understanding Web Content Delivery ................3

Selecting a Web Hosting Provider ......................6

Testing with Multiple Web Browsers ..................8

HOUR 2: Publishing Web Content

Creating the Sample File for this Hour ............13

Using FTP to Transfer Files..............................14

Understanding Where to Place

Files on the Web Server ................................18

Distributing Content without a Web Server ......22

Testing Web Content ....................................24

HOUR 3: Understanding HTML and XHTML

Connections

Getting Started with a Simple Web Page..........28

HTML Tags Every XHTML Web

Page Must Have ............................................32

Organizing a Page with Paragraphs

and Line Breaks ............................................34

Organizing Your Content with Headings ............36

Validating Your Web Content ..........................39

The Scoop on HTML, XML, XHTML,

and HTML 5 ..................................................41

HOUR 4: Understanding Cascading Style Sheets

How CSS Works ............................................48

A Basic Style Sheet........................................49

A CSS Style Primer ........................................54

Using Style Classes ......................................58

Using Style IDs ..............................................61

Internal Style Sheets and Inline Styles ............62

PART II: Building Blocks of Practical

Web Design

HOUR 5: Working with Text Blocks and Lists

Aligning Text on a Page ..................................68

The Three Types of HTML Lists ......................71

Placing Lists Within Lists................................73

HOUR 6: Working with Fonts

Boldface, Italics, and Special Text Formatting......82

Tweaking the Font ..........................................85

Working with Special Characters ....................89

HOUR 7: Using Tables to Display Information

Creating a Simple Table..................................96

Controlling Table Sizes ..................................99

Alignment and Spanning Within Tables ..........102

Page Layout with Tables................................105

HOUR 8: Using External and Internal Links

Using Web Addresses ..................................111

Linking Within a Page Using Anchors ............114

Linking Between Your Own Web Content ........117

Linking to External Web Content....................120

Linking to an Email Address ........................120

Opening a Link in a New Browser Window......122

Using CSS to Style Hyperlinks ......................123

HOUR 9: Working with Colors

Best Practices for Choosing Colors ..............131

Understanding Web Colors............................133

Using Hexadecimal Values for Colors ............135

Using CSS to Set Background,

Text, and Border Colors ................................136

HOUR 10: Creating Images for Use on the Web

Choosing Graphics Software ........................143

The Least You Need to Know About Graphics ....144

Preparing Photographic Images ....................145

Creating Banners and Buttons ......................151

Reducing the Number of Colors in an Image ....153

Working with Transparent Images ..................154

Creating Tiled Backgrounds ..........................154

Creating Animated Web Graphics ..................156

HOUR 11: Using Images in Your Web Site

Placing Images on a Web Page ....................162

Describing Images with Text..........................163

Specifying Image Height and Width................165

Aligning Images............................................165

Turning Images into Links ............................169

Using Background Images ............................172

Using Imagemaps ........................................173

HOUR 12: Using Multimedia in Your Web Site

Linking to Multimedia Files ..........................184

Embedding Multimedia Files ........................187

Additional Tips for Using Multimedia..............190

HOUR 13: Working with Frames

What Are Frames?........................................197

Building a Frameset ....................................199

Linking Between Frames and Windows ..........202

Using Inline Frames ....................................204

PART III: Advanced Web Page Design

with CSS

HOUR 14: Working with Margins, Padding,

Alignment, and Floating

Using Margins..............................................212

Padding Elements ........................................219

Keeping Everything Aligned ..........................223

Understanding the Float Property ..................224

HOUR 15: Understanding the CSS Box Model

and Positioning

The CSS Box Model ....................................231

The Whole Scoop on Positioning ..................235

Controlling the Way Things Stack Up..............239

Managing the Flow of Text ............................242

HOUR 16: Using CSS to Do More with Lists

HTML List Refresher ....................................245

How the CSS Box Model Affects Lists ..........246

Placing List Item Indicators ..........................249

Creating Image Maps with List

Items and CSS ..........................................251

HOUR 17: Using CSS to Design Navigation

How Navigation Lists Differ

from Regular Lists........................................259

Creating Vertical Navigation with CSS ............260

Creating Horizontal Navigation with CSS ........270

HOUR 18: Using Mouse Actions to Modify

Text Display

Creating a Tool Tip with CSS ........................277

Displaying Additional Rollover Text with CSS ....281

Accessing Events ........................................283

Using onclick to Change

Appearance....284

HOUR 19: Creating Fixed or Liquid Layouts

Understanding Fixed Layouts ........................294

Understanding Liquid Layouts ......................295

Creating a Fixed/Liquid Hybrid Layout............298

PART IV: Advanced Web Site

Functionality and Management

HOUR 20: Creating Print-Friendly Web Pages

What Makes a Page Print-Friendly? ................312

Applying a Media-Specific Style Sheet............315

Designing a Style Sheet for Print Pages ........317

Viewing a Web Page in Print Preview..............320

HOUR 21: Understanding Dynamic Web Sites

Understanding the Different

Types of Scripting ........................................325

Including JavaScript in HTML ........................326

Displaying Random Content ..........................328

Understanding the Document Object Model ......332

Changing Images Based on User Interaction ....333

HOUR 22: Working with Web-Based Forms

How HTML Forms Work ................................339

Creating a Form ..........................................340

Accepting Text Input ....................................344

Naming Each Piece of Form Data ..................345

Including Hidden Data in Forms ....................345

Exploring Form Input Controls ......................346

Submitting Form Data ..................................349

HOUR 23: Organizing and Managing a Web Site

When One Page Is Enough............................356

Organizing a Simple Site ..............................357

Organizing a Larger Site................................360

Writing Maintainable HTML Code ..................364

HOUR 24: Helping People Find Your Web Pages

Publicizing Your Web Site ..............................371

Listing Your Pages with the

Major Search Sites ......................................373

Providing Hints for Search Engines ................374

Additional Tips for Search

Engine Optimization......................................379

PART V: Appendixes

APPENDIX A: HTML and CSS Resources on

the Internet

General HTML, XHTML, and CSS Information ....385

Web Browsers..............................................386

Web Page Design ........................................386

Software......................................................386

Colors and Graphics ....................................387

Multimedia ..................................................388

Advanced Developer Resources ....................388

Web Site Hosting ........................................389

Web Site Services........................................389

APPENDIX B: HTML and CSS Quick Reference

HTML Structure............................................392

HTML Text Phrases and Paragraphs ..............395

XHTML Text Formatting Elements ..................398

XHTML Lists ................................................399

XHTML Links................................................400

XHTML Tables ..............................................402

XHTML Embedded Content ..........................407

XHTML Style ................................................410

XHTML Forms ..............................................410

XHTML Scripts ............................................413

XHTML Common Attributes ..........................414

CSS Dimension Style Properties ..................415

CSS Text and Font Style Properties ..............416

CSS Background Style Properties..................419

CSS Border Style Properties ........................420

CSS Margin Style Properties ........................423

CSS Padding Style Properties ......................424

CSS Layout and Display Style Properties ......424

CSS List and Marker Style Properties ............427

CSS Table Style Properties ..........................428


Best Seller

| | See All

Product Details
  • ISBN-13: 9780672330971
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Sams Publishing
  • Depth: 32
  • Height: 191 mm
  • No of Pages: 456
  • Spine Width: 27 mm
  • Width: 231 mm
  • ISBN-10: 0672330970
  • Publisher Date: 21 Dec 2009
  • Binding: Paperback
  • Edition: 8
  • Language: English
  • Series Title: Sams Teach Yourself in 24 Hours
  • Weight: 892 gr


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo

Customer Reviews

REVIEWS           
Be The First to Review
Sams Teach Yourself HTML and CSS in 24 Hours (Includes New HTML 5 Coverage): (Sams Teach Yourself in 24 Hours)
Pearson Education (US) -
Sams Teach Yourself HTML and CSS in 24 Hours (Includes New HTML 5 Coverage): (Sams Teach Yourself in 24 Hours)
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Sams Teach Yourself HTML and CSS in 24 Hours (Includes New HTML 5 Coverage): (Sams Teach Yourself in 24 Hours)

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals

    | | See All


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA