Title: Create Unordered and Ordered lists
1Working with Textand Graphics
OVERVIEW
- Create Unordered and Ordered lists
- Cascading Style Sheets
- Insert and align Graphics
- Image enhancements
- Background images and site maintenance
2Text as Lists
INTRODUCTION
- Breaks up text
- Increases readability
- 3 Types of Lists
- Unordered
- Ordered
- Definitions
3Cascading Style Sheets
INTRODUCTION
- Save you time
- Ensure consistency
- 2 Types of style sheets
- Internal style sheets
- External style sheets(for applying to multiple
pages)
4Graphics
INTRODUCTION
- Not too many!
- Not too few!
- Store in Assets folder
- 3 Web graphic file formats
- GIF
- JPEG
- PNG
5Lists
LESSON 1
- Unordered bulleted
- Ordered numbered
- Definition term indented paragraph
- This slide is an example of an unordered list.
What characteristics of this list improve
readability?What other formatting might improve
its readability?
6Create a List
LESSON 1
- Select paragraphs of text to be included in list
- Click List button in Property Inspector
- This slide is an example of an ordered
list.What characteristics of this list improve
readability?What other formatting might improve
its readability?
7Property Inspector
LESSON 1
ordered
unordered
List Item properties
8List HTML
LESSON 1
unordered list square bullets
line items
close line item
lt/ulgt close ltulgt
(not shown)
9Cascading Style Sheets
LESSON 2
selector
declaration
property
value
10 LESSON 2
Internal CSSs save you some time
Change a property here
Internal style sheet
ltselectorgttextlt/selectorgt
ltselectorgttextlt/selectorgt
all text using that selector is updated
ltselectorgttextlt/selectorgt
ltselectorgttextlt/selectorgt
ltselectorgttextlt/selectorgt
11External CSSs save you time
LESSON 2
Change a property here
external (.css)
.html
every page using the style sheet is
automatically updated
12Cascading
LESSON 2
All styles are applied, but the property closest
to the text wins!
external
internal
1. external style sheet
2. internal style sheet
(These property values override style sheets)
3. inline
ltinline formattinggtAffected Textlt/inline
formattinggt
13Create a Style Selector
LESSON 2
List changes According to Type
class properties can override any selector
properties
Standard HTML tags get a new look
4 link states link visited hover active
internal
external
14Declare a Style
LESSON 3
.bullets
font properties
15Apply a Style
LESSON 2
select text then apply a style
to apply HTML style
to apply class style or CSS selector
16Apply an external style sheet
LESSON 2
Click to apply an external style sheet to
this page
17Insert and Align Graphics
LESSON 3
- File formats
- Assets panel
- Image alignment
18Graphic file formats
LESSON 3
- GIF giff (not jiff)
- JPEG jay-peg
- PNG ping
19GIF
LESSON 3
- 256 solid colors
- 1 transparent color per image
- Animate gif files
20JPEG
LESSON 3
- 16.7 million colors gradients and shadows
- No transparency
- No animation
- Lossy everytime you save a jpeg, the file
becomes smaller and loses quality
21PNG
LESSON 3
- 16.7 million colors gradients and shadows
- 256 transparent colors per image
- Lossless
22Assets Panel
LESSON 3
- Stores categorizes items you may re-use in
several HTML pages - Images
- Colors
- URLs links
- Flash
- Shockwave
- Movies
- Scripts
- Templates
- Library
23Assets Panel
LESSON 3
favorites
thumbnail
categories
24Adding a graphic from the Site or Assets panel
LESSON 3
drag it!
25Adding a graphic to the Assets panel
LESSON 3
- Proofreading
- Window size
- Links
26Aligning Images
LESSON 3
image alignment
Text and image Alignment (ltdivgt)
27Enhance Images
LESSON 4
- Borders
- Space
- Alternate Text
- Modify the image and image sizeusing an image
editing program
28Borders
LESSON 4
Border thickness
29Space horizontal and vertical
LESSON 4
Vertical space
Horizontal spce
30Resizing Graphics
LESSON 4
- Dont resize graphics within a page
- Smaller file size unnecessarily large
- Larger image loses quality
- Reset Size matches height and width to source
31Background Images
LESSON 5
- File size small
- Image size small for tiling
- Image size large use style for white space, no
tile and move with scroll - Affects Readability
32Insert a Background Image
LESSON 5
select an image
33Background Imageusing Styles
LESSON 5
image
tiling
follow?
positioning
34Remove non-Web-safecolors from Web site
LESSON 5
Web-safe color values include 3 pairs
not safe!
35Unit Summary
SUMMARY
- Create lists
- Create, apply and editCascading Style Sheets
- Insert and Align Graphics
- Add links
- Enhance images
- Add Background Image
- Remove unused images non-Web colors