Web Design Basics
Web Design Basics
Web Design Basics
Chapter 3
Web Design Basics
Basics of Web Design:
HTML5 & CSS, 6th Edition
Copyright © 2022
Terry Ann Morris, Ed.D.
https://terrymorris.net
1
Learning Outcomes
Describe the most common types of website organization
Describe principles of visual design
Design for your target audience
Create clear, easy-to-use navigation
Improve the readability of the text on your web pages
Use graphics appropriately on web pages
Choose a color scheme for our website
Apply the concept of universal design to web pages
Describe web page layout design techniques
Describe the concept of responsive web design
Apply best practices of web design
2
Copyright © 2022 Terry Ann Morris, Ed. D.
Design for Your Target Audience
Consider the
target audience
of these sites.
3
Copyright © 2022 Terry Ann Morris, Ed. D.
Web Page Design
Browser Compatibility
Web pages do NOT look the same
in all the major browsers
5
Copyright © 2022 Terry Ann Morris, Ed. D.
Website Organization
Hierarchical
Linear
Random
(sometimes called Web Organization)
6
Copyright © 2022 Terry Ann Morris, Ed. D.
Hierarchical Organization
7
Copyright © 2022 Terry Ann Morris, Ed. D.
Hierarchical: Too Shallow
8
Copyright © 2022 Terry Ann Morris, Ed. D.
Hierarchical:
Too Deep
Be careful that the
organization is not too
deep.
9
Copyright © 2022 Terry Ann Morris, Ed. D.
Linear Organization
10
Copyright © 2022 Terry Ann Morris, Ed. D.
Random Organization
Sometimes called “Web”
Organization
11
Copyright © 2022 Terry Ann Morris, Ed. D.
Visual Design Principles
Repetition
• Repeat visual elements
throughout design
Contrast
• Add visual excitement
and draw attention
Proximity
• Group related items
Alignment
• Align elements to create
visual unity
12
Copyright © 2022 Terry Ann Morris, Ed. D.
Design to Provide for
Accessibility
“The power of the Web is in its universality.
Access by everyone regardless of disability
is an essential aspect.” – Tim Berners-Lee
2.Operable
Interface components in the content must be operable by both
mouse and keyboard
3.Understandable
Content and controls must be easy to read and well-organized
4.Robust.
Content use correct syntax and function on popular operating
systems, browsers, and assistive technologies.
14
Copyright © 2022 Terry Ann Morris, Ed. D.
Writing for the Web
15
Copyright © 2022 Terry Ann Morris, Ed. D.
Design “Easy to Read” Text
Use common fonts:
• Arial, Helvetica, Verdana, Times New Roman
17
Copyright © 2022 Terry Ann Morris, Ed. D.
Using Color on Web Pages
Computer monitors display color as intensities of
red, green, and blue light
RGB Color
The values of red, green, and blue
vary from 0 to 255.
Hexadecimal numbers (base 16) represent these
color values.
18
Copyright © 2022 Terry Ann Morris, Ed. D.
Hexadecimal
Color Values
# indicates a
hexadecimal value
19
Copyright © 2022 Terry Ann Morris, Ed. D.
Web Color Palette
20
Copyright © 2022 Terry Ann Morris, Ed. D.
Color Theory
Color Theory:
• the study of color and its use in design
Color Wheel
• Primary Colors
• Secondary Colors
• Tertiary Colors
21
Copyright © 2022 Terry Ann Morris, Ed. D.
Color Schemes Based on The
Color Wheel (1)
Monochromatic
shades, tints, or tones
of the same color
https://meyerweb.com/eric/tools/color-
blend
Analogous
a main color and two colors adjacent to it on
the color wheel
Complementary
two colors that are opposite each other on the
color wheel
22
Copyright © 2022 Terry Ann Morris, Ed. D.
Color Schemes Based on The
Color Wheel (2)
Split Complementary
a main color, the color opposite it on the
color wheel (the complement) and two colors
adjacent to the complement
Triadic
three colors that are equidistant on the color
wheel
Tetradic
two complementary color pairs
23
Copyright © 2022 Terry Ann Morris, Ed. D.
Implementing a Color Scheme
Choose one color to be dominant
Use other colors in the color scheme
as accent colors
• headings,
• subheadings
• borders,
• list markers, etc.
Use neutrals such as white, off-white, gray, black, or brown
Do not restrict yourself to web-safe colors
Feel free to use tints, shades, or tones of colors
24
Copyright © 2022 Terry Ann Morris, Ed. D.
Verify Sufficient Contrast
When you choose colors for text and
background, sufficient contrast is
needed so that the text is easy to
read.
Use one of the following online tools
to verify contrast:
• https://webaim.org/resources/contrastchecker
• https://snook.ca/technical/colour_contrast/colour.html
25
Copyright © 2022 Terry Ann Morris, Ed. D.