Creating Web pages simplified

Mike Wooldridge

Book - 2011

Covers Web page publishing concepts including how to use HTML, using a text editor, creating a home page, adding links, placing graphics, and adding multimedia.

Saved in:

System Under Maintenance

Our Library Management System is currently under maintenance.

Holdings and item availability information is currently unavailable. Please accept our apologies for any inconvenience this may cause and contact us for further assistance:

switchboard@icpl.org

Subjects
Published
Hoboken, N.J. : Wiley 2011.
Language
English
Main Author
Mike Wooldridge (-)
Other Authors
Brianna Stuart (-)
Edition
Second edition
Item Description
Previous edition: 2009.
Includes index.
Physical Description
288 pages : color illustrations ; 26 cm
ISBN
9781118063514
  • 1. Getting Started with HTML5 and Web Pages
  • Internet Basics
  • Introducing HTML5
  • Explore Web Browsers
  • Explore HTML Editors
  • Understanding HTML5 Syntax
  • New Features in HTML5
  • View HTML5 Code in a Browser
  • 2. Creating Your First HTML5 Web Page
  • Understanding HTML5 Document Structure
  • Start an HTML5 Document
  • Save an HTML5 Document
  • View an HTML5 Page
  • Add Metadata
  • 3. Adding and Modifying Text
  • Create a New Paragraph
  • Add a Line Break
  • Add a Horizontal Rule
  • Insert a Blank Space
  • Make Text Bold
  • Italicize Text
  • Insert Preformatted Text
  • Insert a Heading
  • Add a Block Quote
  • Insert a Comment
  • Create a Numbered List
  • Create a Bulleted List
  • Create a Nested List
  • Create a Definition List
  • Define an Abbreviation
  • Add a Date and Time
  • Insert Special Characters
  • Special Characters
  • 4. Adding CSS Styles
  • Understanding Style Sheets
  • Create an Internal Style Sheet
  • Create an External Style Sheet
  • Link to a Style Sheet
  • Apply a Style Locally
  • Apply a Style to an HTML Tag
  • Apply a Style Using a Class
  • Apply a Style Using an ID
  • 5. Styling Text
  • Change the Font Size
  • Indent Text
  • Change the Color of Text
  • Change the Font
  • Change Text Alignment
  • Change the Text Case
  • Control Line Spacing
  • Control Letter Spacing
  • Add Background Colors
  • Style a Bulleted List
  • 6. Adding Images
  • Understanding Web Page Images
  • Insert an Image
  • Specify an Image Size
  • Add Alternative Text
  • Create an Image Label
  • Align an Image Horizontally
  • Align an Image Vertically
  • Center an Image
  • Stop Text Wrap
  • Add Space Around an Image
  • Add a Background Image
  • Add a Meter Image
  • 7. Adding Links
  • Understanding Links
  • Understanding URLs
  • Link to Another Page
  • Open a New Window with a Link
  • Link to an Area on the Same Page
  • Link to Another File Type
  • Link to an E-Mail Address
  • Change Link Colors
  • Change Link Hover Effects
  • 8. Working with Tables
  • Understanding Table Structure
  • Add a Table
  • Add Table Borders
  • Adjust Cell Padding and Border Spacing
  • Adjust Cell Width and Height
  • Add a Background Color to Cells
  • Add a Background Color to a Table
  • Adjust the Table Size
  • Change Cell Alignment
  • Change Table Alignment
  • Extend Cells Across Columns and Rows
  • Use a Table for Page Layout
  • 9. Creating Forms
  • Understanding Forms
  • Types of Form Elements
  • Create a Form
  • Send Form Data to an E-Mail Address
  • Add a Text Box
  • Add a Large Text Area
  • Add Check Boxes
  • Add Radio Buttons
  • Add a Menu List
  • Add a Date and Time Input
  • Add an E-Mail Field
  • Add a URL Field
  • Add a Range Slider
  • Add a Submit Button
  • Add a Reset Button
  • Require a Field
  • Add a Placeholder
  • Validate Input with a Pattern
  • 10. Controlling Page Layout
  • Control Layout
  • Set Width and Height for an Element
  • Use Relative Positioning
  • Use Absolute Positioning
  • Use Fixed Positioning
  • Set Margins
  • Add Padding
  • Align Elements Horizontally
  • Control the Overlap of Elements
  • Apply Styles with a div Tag
  • 11. Adding Semantic Tags
  • Define a Section
  • Define an Article
  • Define a Header
  • Define Navigation
  • Define an Aside
  • Define a Footer
  • 12. Working with JavaScript
  • Understanding JavaScript
  • Understanding Script Events and Handlers
  • Add JavaScript to a Web Page
  • Link to a JavaScript File
  • Insert the Current Date and Time
  • Display an Alert Message Box
  • Display a Pop-Up Window
  • Create an Image Rollover Effect
  • Show a Hidden Element
  • Display a Calculation
  • 13. Adding Canvases
  • Understanding Canvases
  • Set Up a Canvas
  • Draw Rectangles
  • Draw Circles
  • Draw Lines
  • Add Text
  • Add an Image
  • Add a Gradient
  • Animate Canvas Content
  • 14. Adding Video and Audio
  • Understanding Video and Audio
  • Insert a Video File
  • Insert an Audio File
  • Resize a Video
  • Preload Multimedia
  • Loop Multimedia
  • Offer Multiple Sources
  • Embed a YouTube Video
  • 15. Publishing Your Web Pages
  • Understanding Web Page Publishing
  • Look Up a Domain Name
  • Transfer Files to a Web Server with FileZilla
  • Troubleshoot Your Web Pages