Beginning HTML5 and CSS3 For Dummies
β Scribed by Ed Tittel; Chris Minnick
- Publisher
- John Wiley & Sons, Inc.
- Year
- 2013
- Tongue
- English
- Leaves
- 387
- Series
- For Dummies
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Your full-color, friendly guide to getting started with HTML5 and CSS3!
HTML and CSS are essential tools for creating dynamic websites and help make your websites even more effective and unique. This friendly-but-straightforward guide gets you started with the basics of the latest versions of HTML and CSS: HTML5 and CSS3. Introducing you to the syntax and structure of the languages, this helpful guide shows you how to create and view a web page, explains ideal usage of HTML5 and CSS3, walks you through the CSS3 rules and style sheets, addresses common mistakes and explains how to fix them, and explores interesting HTML5 tools.
β’ Serves as an ideal introduction to HTML5 and CSS3 for beginners with little to no web development experience
β’ Details the capabilities of HTML5 and CSS3 and how to use both to create responsive, practical, and well-designed websites
β’ Helps you understand how HTML5 and CSS3 are the foundation upon which hundreds of millions of web pages are built
β’ Features full-color illustrations to enhance your learning process
Beginning HTML5 and CSS3 For Dummies is the perfect first step for getting started with the fundamentals of web development and design.
β¦ Table of Contents
Title Page
Copyright Page
Table of Contents
Introduction
About this Book
Foolish Assumptions
Icons Used in This Book
Beyond the Book
Where to Go from Here
Part I: Getting Started with HTML and CSS on the Web
Chapter 1: An Overview of HTML and CSS on the Web
How and Where Web Pages Come to Life Online
HyperText
Content versus presentation
Web browsers
Getting to know Internet protocols
Understanding HTML and Its Versions
Different versions of HTML
Creating HTML markup
Building HTML documents
Understanding the Role of CSS
Different versions here, too
Creating CSS markup
Dissecting a Simple Markup Example
Whereβs the HTML?
Whereβs the CSS?
A partnership of equals
Chapter 2: Meeting the Structure and Components of HTML
Like Any Language: Syntax and Rules
Color-coding the markup
Breaking down the elements
Adding Attributes to Your HTML
Examining Entities in Markup
Non-ASCII characters
Character codes
(Special) tag characters
Organizing Web Pages
Organizing HTML text
Complementing and enhancing text
Chapter 3: Creating and Viewing a Web Page
Before You Get Started
Creating a Page from Scratch
Step 0: Gather your tools
Step 1: Planning a simple design
Step 2: Writing some HTML
Step 3: Saving your page
Step 4: Viewing your page
Editing an Existing Web Page
Posting Your Page Online
Part II: Getting the Structure and Text Right
Chapter 4: HTML Documents Need Good Structure
Establishing a Document Structure
HTML Document Organization Revisited
HTML DOCTYPE Starts Things Off
The Element
Anatomy of the
Meeting the himself
Handling metadata with
Redirecting users to another page
Naming your page with a
The
Chapter 5: Text and Lists
Formatting Text
Paragraphs
Headings
Controlling Text Blocks
Block quotes
Preformatted text
Horizontal rules
Organizing Information
Numbered lists
Bulleted lists
Defi nition lists
Nesting lists
Chapter 6: Tip-Top Tables in HTML
How