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 An Introduction to CSC151. On to HTML Lab.
Held: Monday, 1 September 2003
Summary: Today we begin to ground our understanding of computer science with details of a language. In particular, we'll look at some of the procedures necessary for building documents for the World Wide Web.
Related Pages:
Assignments
Notes
Overview:
computer gibberish?
mark upsymbols that indicate these characteristics.
philosophiesfor what you mark: logical markup and physical markup.
This is a paragraph
This is an important word or phrase
This is a quotation
This is the title of a book
This is a top-level section heading in a paper
This should appear in Times Bold 12pt
This should appear in a box 2 inches each side that is placed 3/4 inch from the top margin and 5 inches from the right margin
<p> and end
a paragraph with </p>.
<em>
and end it with </em>.
<ul> and
end it with </ul>.
<li> and
end it with </li>.
<ol> and
end it with </ol>.
typewriter fontwith
<tt> and end it with </tt>.
<br> is a line break. Since there's not text
that you're marking, it needs no end tag.
<br> is a horizontal rule.
<li> tag does not need an end tag
(since the next <li> or the ending
<ul> obviouslyends it).
<p align="right"> for right-justified text
<hr width="75%"> for a less-wide rule
<font face="Helvetica" color="Red"> for
red, Helvetica text.
Back to An Introduction to CSC151. On to HTML Lab.
[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:30 2003.
The source to the document was last modified on Mon Sep 1 13:39:08 2003.
This document may be found at http://www.cs.grinnell.edu/~rebelsky/Courses/CS151/2003F/Outlines/outline.03.html.
You may wish to
validate this document's HTML
;
;
Check with Bobby