ITNP41 Practical 4 Cascading Style Sheets
Short Description
A CSS tutorial is available on-line at:. http://www.w3.org/MarkUp/Guide/Style. CSS validation is available on-line via:. http://jigsaw.w3.org/css-validator/ …
Website: www.cs.stir.ac.uk | Filesize: 141kb
Content
ITNP41: INTERFACE DESIGN AND THE WORLD WIDE WEB
PRACTICAL 4: CASCADING STYLE SHEETS AUTUMN 2007
DEPARTMENT OF COMPUTING SCIENCE & MATHEMATICS PAGE 1 OF 3
ITNP41 - Practical 4
Cascading Style Sheets
LEARNING OUTCOMES
By the end of this practical session, students will have a working knowledge of
how to use cascading style sheets (CSS) to specify various aspects of style, such as
colours and text fonts and sizes, in their HTML documents. They will understand
the difference between linked, embedded and inline style specifications and how
they operate in a “cascade”.
SUPPORTING DOCUMENTATION
Niederst’s Web Design in a Nutshell contains information about many more style
elements than the examples given in lectures.
Stylesheets support colours in the usual 6-digit hexadecimal format. They also
support 16 named colours: aqua, black, blue, fuchsia, gray, green, lime, maroon,
navy, olive, purple, red, silver, teal, white, yellow.
A CSS tutorial is available on-line at:
http://www.w3.org/MarkUp/Guide/Style
CSS validation is available on-line via:
http://jigsaw.w3.org/css-validator/
GETTING STARTED
In this worksheet you are going to take the web page that you have created in the
previous practical (Cake.html; or…
Get the file Download here
Related Books:Related Searches: cascading style sheets, web design in a nutshell, css validator, text fonts, style specifications
Comments
Leave a Reply