Learning web design A beginner's guide to HTML, CSS, Javascript, and web graphics

Jennifer Niederst Robbins

Book - 2018

Do you want to build web pages but have no prior experience? This friendly guide is the perfect place to start. You'll begin at square one, learning how the web and web pages work, and then steadily build from there. By the end of the book, you'll have the skills to create a simple site with multicolumn pages that adapt for mobile devices. Each chapter provides exercises to help you learn various techniques and short quizzes to make sure you understand key concepts. This thoroughly revised edition is ideal for students and professionals of all backgrounds and skill levels. It is simple and clear enough for beginners, yet thorough enough to be a useful reference for experienced developers keeping their skills up to date.

Saved in:

2nd Floor Show me where

006.74/HTML/Niederst Robbins
1 / 1 copies available
Location Call Number   Status
2nd Floor 006.74/HTML/Niederst Robbins Checked In
Subjects
Genres
Handbooks and manuals
Nonfiction
Published
Sebastopol, CA : O'Reilly 2018.
Language
English
Main Author
Jennifer Niederst Robbins (author)
Edition
5th edition
Item Description
Previous edition: 2012.
Includes index.
Physical Description
xvii, 790 pages : color illustrations ; 25 cm
ISBN
9781491960202
  • Preface
  • Part 1: Getting started in web design: Where do I start?
  • It takes a village (website creation roles)
  • Gearing up for web design
  • What you've learned
  • Test yourself
  • How the web works:
  • the Internet versus the web
  • Serving up your information
  • A word about browsers
  • Web page addresses (URLs)
  • The anatomy of a web page
  • Putting it all together
  • Test yourself
  • Some big concepts you need to know:
  • A multitude of devices
  • Sticking with the standards
  • Progressive enhancement
  • Responsive web design
  • One web for all (accessibility)
  • The need for speed (site performance)
  • Test yourself
  • Part 2: HTML Markup For Structure:
  • Creating a simple page:
  • A web page, step by step
  • Launch a text editor
  • Step 1: Start with content
  • Step 2: Give the HTML document structure
  • Step 3: Identify text elements
  • Step 4: Add an image
  • Step 5: Change the look with a style sheet
  • When good pages go bad
  • Validating your documents
  • Test yourself
  • Element review: HTML document setup
  • Marking up text:
  • Paragraphs
  • Headings
  • Thematic breaks (horizontal rule)
  • Lists
  • More content elements
  • Organizing page content
  • The inline element roundup
  • Generic elements (div and span)
  • Improving accessibility with ARIA
  • Character escapes
  • Putting it all together
  • Test yourself
  • Element review: Text elements
  • Adding links:
  • Href attribute
  • Linking to pages on the web
  • Linking within you own site
  • Targeting a new browser window
  • Mail links
  • Telephone links
  • Test yourself
  • Element review: Links
  • Adding images:
  • First, a word on image formats
  • The img element
  • Adding SVG images
  • Responsive image markup
  • Whew! We're finished
  • Test yourself
  • Element review: Images
  • Table markup:
  • How to use tables
  • Minimal table structure
  • Table headers
  • Spanning cells
  • Table accessibility
  • Row and column groups
  • Wrapping up tables
  • Test yourself
  • Element review: Tables
  • Forms:
  • How forms work
  • The form element
  • Variables and content
  • The great form control roundup
  • Form accessibility features
  • Form layout and design
  • Test yourself
  • Embedded media: Window-in-a-window (iframe)
  • Multipurpose embedder (object)
  • Video and audio
  • Canvas
  • Test yourself
  • Element review: embedded media
  • Part 3: CSS For Presentation:
  • introducing cascading style sheets:
  • The benefits of CSS
  • How style sheets work
  • The big concepts
  • CSS units of measurement
  • Developer tools right in your browser
  • Moving forward with CSS
  • Test yourself
  • Formatting text:
  • Basic font properties
  • Advancing typography with CSS3
  • Changing text color
  • A few more selector types
  • Text line adjustments
  • Underlines and other "decorations"
  • Changing capitalization
  • Spaced out
  • Text shadow
  • Changing list bullets and numbers
  • Test yourself
  • CSS Review: Font and text properties
  • Colors and backgrounds:
  • Specifying color values
  • Foreground color
  • Background color
  • Clipping the background
  • Playing with opacity
  • Pseudo-class selectors
  • Pseudo-element selectors
  • Attribute selectors
  • Background images
  • The shorthand background property
  • Like a rainbow (gradients)
  • Finally, external style sheets
  • Wrapping it up
  • Test yourself
  • CSS Review: Color and background properties
  • Thinking inside the box:
  • The element box
  • Specifying box dimensions
  • Padding
  • Borders
  • Margins
  • Assigning display types
  • Box drop shadows
  • Test yourself
  • CSS Review: Basic box properties
  • Floating and positioning:
  • Normal flow
  • Floating
  • Fancy text wrap with CSS shapes
  • Positioning basics
  • Relative positioning
  • Absolute positioning
  • Fixed positioning
  • Test yourself
  • CSS Review: Floating and positioning properties
  • CSS layout with flexbox and grid:
  • Flexible boxes with CSS flexbox
  • CSS grid layout
  • Test yourself
  • CSS review: layout properties
  • Responsive web design:
  • Why RWD?
  • The responsive recipe
  • Choosing breakpoints
  • Designing responsively
  • A few words about testing
  • More RWD resources
  • Test yourself
  • Transitions, transforms, and animation: Ease-y does it (CSS transitions)
  • CSS transforms
  • Keyframe animation
  • Wrapping up
  • Test yourself
  • CSS review: transitions, transforms, and animation-- More CSS techniques: Styling forms
  • Styling tables
  • A clean slate (Reset and normalize.css)
  • Image replacement techniques
  • CSS sprites
  • CSS feature detection
  • Wrapping up style sheets
  • Test yourself
  • CSS review: table properties
  • Modern web development tools: Getting cozy with the command line
  • CSS power tools (processors)
  • Build tools (grunt and gulp)
  • Version control with git and github
  • Conclusion
  • Test yourself
  • Part 4: JavaScript For Behaviors:
  • Introduction to JavaScript:
  • What is JavaScript?
  • Adding JavaScript to a page
  • The anatomy of a script
  • The browser object
  • Events
  • Putting it all together
  • Learning more about JavaScript
  • Test yourself
  • Using JavaScript:
  • Meet the DOM
  • Polyfills
  • JavaScript libraries
  • Big finish
  • Test yourself
  • Part 5: Web images: Web image basics
  • Image sources
  • Meet the formats
  • Image size and resolution
  • Image asset strategy
  • Favicons
  • Summing up images
  • Test yourself
  • Image asset production:
  • Saving images in web formats
  • Working with transparency
  • Responsive image prodcution tips
  • Image optimization
  • Test yourself
  • SVG
  • Drawing with XML-- Features of SVG as XML
  • SVG tools SVG production tips Responsive SVGs
  • Further SVG exploration
  • Test yourself
  • And...we're done
  • Appendices: Answers
  • HTML5 global attributes
  • CSS selectors, levels 3 and 4
  • From HTML + to HTML5
  • Index.
Review by Choice Review

Niederst Robbins has been an educator and web designer for 15-plus years; she created the first commercial website in 1993, O'Reilly's Global Network Navigator. She has accomplished the seemingly impossible task of bringing together all of the basic concepts of web design into a comprehensive, organized, and well-written volume. Now in its fourth edition (3rd ed., 2007; 2nd ed., 2004; 1st ed., 2001), Learning Web Design, with its all-in-one approach, should be considered the quintessential textbook and reference for the beginning to intermediate student and/or practitioner of web design. The first section engages the reader with the foundations of the web design environment, and introduces what will be presented in the following chapters. Subsequent sections cover not only HTML, CSS, JavaScript, and web graphics creation, but a framework for how to approach web design. Most pages include impressive, full-color graphics, which provide both visual and textual information. Each chapter contains exercises and a short quiz at the end to test learning. A companion website features exercise materials and links to resources and articles. Niederst Robbins also presents up-to-date information on changing technologies along with HTML5 and CSS3. Summing Up: Highly recommended. Students of all levels and professionals/practitioners in web design. J. E. Brandon Michigan State University Library

Copyright American Library Association, used with permission.