Fundamentals of Computer Science I (CS151 2003F)
[Skip to Body]
Primary:
[Front Door]
[Current]
[Glance]
-
[Honesty]
[Instructions]
[Links]
[Guidelines for Lab Writeups]
Groupings:
[EBoards]
[Examples]
[Exams]
[Handouts]
[Homework]
[Labs]
[Outlines]
[Readings]
[Reference]
Misc:
[Scheme Report]
[Glimmer Scheme Reference]
[CSC151.01 (Gum)]
[CSC151 2003S]
[CSC151 2002F]
[SamR]
Back to HTML Lab. On to An Introduction to Scheme.
Held: Thursday, 4 September 2003
Summary: Today we learn how to add interesting formating to HTML pages through Cascading Style Sheets (or CSS).
Related Pages:
Assignments
Notes:
dancing tractors.
Overview:
this is a title) and physical formatting (
this is bold, 18pt, centered).
this is a title; titles are bold, 18pt, and centered).
<link rel="stylesheet" type="text/css" href="...">
.css.
H1 {
color: yellow;
background-color: black;
border: solid silver;
border-width: 5pt 5pt 5pt 5pt;
text-align: right;
font-family: "Helvetica", "sans-serif";
font-variant: small-caps;
}
class attribute.
tag nameportion of the style sheet, you can add a period and the name of a class after the tag name.
<p class="warning">...</p>
P.warning {
color: red;
}
div ... a big collection (encloses paragraphs
and the equivalent).
span ... a small sequence (part of a paragraph).
cascading?
Back to HTML Lab. On to An Introduction to Scheme.
[Skip to Body]
Primary:
[Front Door]
[Current]
[Glance]
-
[Honesty]
[Instructions]
[Links]
[Guidelines for Lab Writeups]
Groupings:
[EBoards]
[Examples]
[Exams]
[Handouts]
[Homework]
[Labs]
[Outlines]
[Readings]
[Reference]
Misc:
[Scheme Report]
[Glimmer Scheme Reference]
[CSC151.01 (Gum)]
[CSC151 2003S]
[CSC151 2002F]
[SamR]
Disclaimer:
I usually create these pages on the fly
, which means that I rarely
proofread them and they may contain bad grammar and incorrect details.
It also means that I tend to update them regularly (see the history for
more details). Feel free to contact me with any suggestions for changes.
This document was generated by
Siteweaver on Tue Dec 9 13:59:32 2003.
The source to the document was last modified on Mon Sep 1 13:30:51 2003.
This document may be found at http://www.cs.grinnell.edu/~rebelsky/Courses/CS151/2003F/Outlines/outline.05.html.
You may wish to
validate this document's HTML
;
;
Check with Bobby