HTML and CSS Design and Build Websites 1st Edition by Jon Duckett – Ebook PDF Instant Download/Delivery: 1118008189, 9781118008188
Full download HTML and CSS Design and Build Websites 1st Edition after payment

Product details:
ISBN 10: 1118008189
ISBN 13: 9781118008188
Author: Jon Duckett
Learn HTML and CSS from the book that has inspired hundreds of thousands of beginner-to-intermediate coders. Professional web designers, developers, and programmers as well as new learners are looking to amp up their web design skills at work and expand their personal development–yet finding the right resources online can be overwhelming. Take a confident step in the right direction by choosing the simplicity of HTML & CSS: Design and Build Websites by veteran web developer and programmer Jon Duckett.
Widely regarded for setting a new standard for those looking to learn and master web development through his inventive teaching format, Jon Duckett has helped global brands like Philips, Nike, and Xerox create innovative digital solutions, designing and delivering web and mobile projects with impact and the customer at the forefront. In HTML & CSS, Duckett shares his real-world insights in a unique and highly visual style:
- Introduces HTML and CSS in a way that makes them accessible to everyone―from students to freelancers, and developers, programmers, marketers, social media managers, and more
- Combines full-color design graphics and engaging photography to explain the topics in an in-depth yet straightforward manner
- Provides an efficient and user-friendly structure that allows readers to progress through the chapters in a self-paced format
- Is perfect for anyone looking to update a content management system, run an e-commerce store, or redesign a website using popular web development tools
HTML & CSS is well-written and readable, providing organized instruction in ways that other online courses, tutorials, and books have yet to replicate. For readers seeking a comprehensive yet concise guide to HTML and CSS, look no further than this one-of-a-kind guide.
HTML & CSS is also available as part of two hardcover and paperback sets depending on your web design and development needs:
HTML and CSS Design and Build Websites 1st Table of contents:
Chapter 1: Structure
how pages use structure
structuring word documents
html describes the structure of pages
html uses elements to describe the structure of pages
a closer look at tags
attributes tell us more about elements
body, head & title
creating a web page on a pc
creating a web page on a mac
code in a content management system
looking at how other sites are built
summary: structure
Chapter 2: Text
headings
paragraphs
bold & italic
superscript & subscript
white space
line breaks & horizontal rules
visual editors & their code views
semantic markup
strong & emphasis
quotations
abbreviations & acronyms
citations & definitions
author details
changes to content
example: text
summary: text
Chapter 3: Lists
ordered lists
unordered lists
definition lists
nested lists
example: lists
summary: lists
Chapter 4: Links
writing links
linking to other sites
linking to other pages on the same site
directory structure
relative urls
email links
opening links in a new window
linking to a specific part of the same page
linking to a specific part of another page
example: links
summary: links
Chapter 5: Images
choosing images for your site
storing images on your site
adding images
height & width of images
where to place images in your code
old code: aligning images horizontally
old code: aligning images vertically
three rules for creating images
tools to edit & save images
image formats: jpeg
image formats: gif
image dimensions
cropping images
measuring images and resolution
vector images
animated gifs
transparency
examining images on the web
html5: figure and figure caption
example: images
summary: images
Chapter 6: Tables
what’s a table?
basic table structure
table headings
spanning columns
spanning rows
long tables
old code: width & spacing
old code: border & background
example: tables
summary: tables
Chapter 7: Forms
why forms?
form controls
how forms work
form structure
text input
password input
text area
radio button
checkbox
drop down list box
multiple select box
file input box
submit button
image button
button & hidden controls
labelling form controls
grouping form elements
html5: form validation
html5: date input
html5: email & url input
html5: search input
example: forms
summary: forms
Chapter 8: Extra Markup
the evolution of html
doctypes
comments in html
id attribute
class attribute
block elements
inline elements
grouping text & elements in a block
grouping text & elements inline
iframes
information about your pages
escape characters
example: extra markup
summary: extra markup
Chapter 9: Flash, Video & Audio
how flash works
use of flash
timeline: flash, video & audio
adding a flash movie to your web page
understanding video formats and players
using hosted video services
preparing a flash video for your site
adding a flash video to your pages
html5: preparing video for your pages
html5: adding video to your pages
html5: multiple video sources
html5: combining flash & html5 video
adding audio to web pages
adding a flash mp3 player
html5: adding html5 audio to your pages
html5: multiple audio sources
example: flash, video & audio
summary: flash, video & audio
Chapter 10: Introducing CSS
understanding css: thinking inside the box
css associates style rules with html elements
css properties affect how elements are displayed
example: introducing css
using external css
using internal css
css selectors
how css rules cascade
inheritance
why use external style sheets?
different versions of css & browser quirks
summary: introducing css
Chapter 11: Color
foreground color: color
background color: background-color
understanding color
contrast
css3: opacity
css3: hsl colors
css3: hsl & hsla
example: color
summary: color
Chapter 12: Text
typeface terminology
choosing a typeface for your website
techniques that offer a wider choice of typefaces
specifying typefaces: font-family
size of type: font-size
type scales
units of type size
more font choice: @font-face
understanding font formats
bold: font-weight
italic: font-style
uppercase & lowercase: text-transform
underline & strike: text-decoration
leading: line-height
letter & word spacing: letter-spacing, word-spacing
alignment: text-align
vertical alignment: vertical-align
indenting text: text-indent
css3: drop shadow: text-shadow
first letter or line: :first-letter, :first-line
styling links: :link, :visited
responding to users: :hover, :active, :focus
attribute selectors
example: text
summary: text
Chapter 13: Boxes
box dimensions: width, height
limiting width: min-width, max-width
limiting height: min-height, max-height
overflowing content: overflow
border, margin & padding
white space & vertical margin
border width: border-width
border style: border-style
border color: border-color
shorthand: border
padding: padding
margin: margin
centering content
ie6 box model
change inline/block: display
hiding boxes: visibility
css3: border images: border-image
css3: box shadows: box-shadow
css3: rounded corners: border-radius
css3: elliptical shapes: border-radius
example: boxes
summary: boxes
Chapter 14: Lists, Tables & Forms
bullet point styles: list-style-type
images for bullets: list-style-image
positioning the marker: list-style-position
list shorthand: list-style
table properties
border on empty cells: empty-cells
gaps between cells: border-spacing, border-collapse
styling forms
styling text inputs
styling submit buttons
styling fieldsets & legends
aligning form controls: problem
aligning form controls: solution
cursor styles: cursor
web developer toolbar
example: lists, tables and forms
summary: lists, tables and forms
Chapter 15: Layout
key concepts in positioning elements
controlling the position of elements
normal flow: position:static
relative positioning: position:relative
absolute positioning: position:absolute
fixed positioning: position:fixed
overlapping elements: z-index
floating elements: float
using float to place elements side-by-side
clearing floats: clear
parents of floated elements: problem
parents of floated elements: solution
creating multi-column layouts with floats
screen sizes
screen resolution
page sizes
fixed width layouts
liquid layouts
a fixed width layout
a liquid layout
layout grids
example grid
possible layouts: 960 pixel wide 12 column grid
css frameworks
using the 960.gs grid
a grid-based layout using 960.gs
multiple style sheets: @import
multiple style sheets: link
example: layout
summary: layout
Chapter 16: Images
controlling sizes of images in css
aligning images using css
centering images using css
background images: background-image
repeating images: background-repeat, background-attachment
background position: background-position
shorthand: background
image rollovers & sprites
css3: gradients: background-image
contrast of background images
example: images
summary: images
People also search for HTML and CSS Design and Build Websites 1st:
html and css design and build websites download
html and css design and build websites pdf github
html and css design and build websites latest edition
html and css design and build websites pdf free
html and css design and build websites author jon duckett
Tags: Jon Duckett, CSS Design, Websites


