Title: Style and Lists
1Style and Lists
2Objectives
- Use and distinguish between various style sheets
and properties - Create and distinguish between different types of
lists - Alter the default bullets for lists
3(No Transcript)
4Style Sheets
5Style Sheets
6Style Sheet Types for HTML
- inline styles
- embedded styles
- linked style sheets in external file and linked
with the Web site
7(No Transcript)
8(No Transcript)
9Using Inline Styles
- lttag stylestyle declarationsgt
- attribute1value1 attribute2value2
10Example file
11Inserting an Inline Style
This figure shows how to insert an inline style.
12Heading with New Style
This figure shows the heading with the new style.
13Creating an Embedded Style
- ltstylegt tag between the head tags
- ltstylegt
- selector attribute1value1 attribute2value2
... - lt/stylegt
14Values of theList-Style-Type Attribute
This figure shows the possible values of the
list-style-type attribute.
15Style Properties
- Text on page 53
- Link and Anchor page 56
- Color page 57
- MS Training available online
- Do a search for training
- Introduction to cascading style sheets
- From there is a link to HTML for Beginners
16Creating a Rollover Effect
This figure shows the rollover effect.
17The class Attribute
- DO NOT USE THE CLASS ATTRIBUTE FOR YOUR
ASSIGNMENTS! - THE EXAMPLES IN THE BOOK SHOW HOW TO USE CLASS
BUT THAT IS NOT THE ONLY WAY TO COMPLETE THE
TASK.
18Horizontal Lines
- Created with the lthrgt tag
- Modify color, height, width, alignment
- Specify as
- percentage of available space
- of pixels
19Exercise
- What will the following code generate?
20ltheadgt lttitlegt Adding Stylelt/titlegt ltstylegt h1
colorred lt/stylegt lt/headgt ltbodygt lth1
style"text-decorationunderline"gt Let's put a
line at the top of this page lt/h1gt lthrgt ltbrgt lth1gtA
nd another one with different style attributes
here lt/h1gt lthr style"coloraqua
height50pt"gt ltbr/gt lth1gt And a final one of a
different height, length and colorlt/h1gt lthr
style"colorgreen width50 height25px"gt lt/b
odygt lt/htmlgt
21Creating Lists
22List Types
- ordered list
- unordered list
- definition list
23(No Transcript)
24(No Transcript)
25(No Transcript)
26Lists in Action
27(No Transcript)
28Homework HTML2
- Create a file containing characteristics of your
current/future/desired web page. You will use an
ordered list and a definition list. You will use
inline and embedded styles. - Specifics on my web site
- Start early so you can get your questions
answered.
29Homework Networks - Long Long, chapter 6
- Consider methods to connect to the Internet.
Research the following local availability
(company names), max typical connection speed,
price to connect to the Internet (initial and
monthly), transmission media (for example twisted
pair, wireless-microwave, wireless-radio) - Cellular modems, Internal External modems, DSL,
cable modems, Satellite, T1/T3
30Extra Credit Opportunities
- 3-4 minute PowerPoint presentation
- Max of 5 points
- Send presentation to garrisonc_at_winthrop.edu by
8am on the third day following class (Friday for
Tuesday classes or Sunday for Thursday classes)
31Topics Define any unfamiliar terms used in your
presentations.Use your book, other books, the
Internet as sources.
- Identify the reasons to create a home network.
Tell how to connect a home network. Include
hardware, software, costs. - Define client/server and peer-to-peer networks.
Identify differences between them? Where are they
used? Distinguish client from server. - Discuss the advantages and disadvantages of
wireless networks. How are they created? What are
the types of wireless networks?