Fundamentals of CS I (CS151 2001S) : Outlines
[Current]
[Discussions]
[Glance]
[Honesty]
[Instructions]
[Links]
[News]
[Search]
[Syllabus]
Primary
[Examples]
[Exams]
[Handouts]
[Homework]
[Labs]
[Outlines]
[Quizzes]
[Readings]
[Reference]
Sets
[Blackboard]
[Scheme Report]
[SamR's Schedule]
[Rebelsky/Fall 2000]
[Walker/Fall2000]
[Stone/Spring2000]
Links
Reading: A Quick Guide to HTML. Lab: Writing Hypertext for the World Wide Web. Back to Algorithms: Thinking Formally. On to Starting Scheme.
Held Thursday, January 25, 2001
Summary
Today we begind to ground our understanding of dealing with the computer with hands-on practice. In particular, we'll look at some of the procedures necessary for building documents for the World Wide Web.
Assignments
Notes
coupleis not an adjective and plurals typically do not have apostrophes.
Overview
We may not cover this section explicitly, but it gives you some things to think about.
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.
Are there questions on the lab?
Do the HTML lab. Raise your question if you have a hand. If you don't finish it all today, try to work on it tonight (or later).
Complete understanding of this lab is not required to progress to the next lab. However, you'll need to understand all of the lab in order to do homework 1.
What have you learned today?
Friday, 12 January 2001
Wednesday, 24 January 2001
Back to Algorithms: Thinking Formally. On to Starting Scheme.
[Current]
[Discussions]
[Glance]
[Honesty]
[Instructions]
[Links]
[News]
[Search]
[Syllabus]
Primary
[Examples]
[Exams]
[Handouts]
[Homework]
[Labs]
[Outlines]
[Quizzes]
[Readings]
[Reference]
Sets
[Blackboard]
[Scheme Report]
[SamR's Schedule]
[Rebelsky/Fall 2000]
[Walker/Fall2000]
[Stone/Spring2000]
Links
Disclaimer: I usually create these pages on the fly. This means that they are rarely proofread and may contain bad grammar and incorrect details. It also means that I may update them regularly (see the history for more details). Feel free to contact me with any suggestions for changes.
This page was generated by Siteweaver on Wed May 5 12:14:46 2004.
This page may be found at http://www.cs.grinnell.edu/~rebelsky/Courses/CS151/2001S/outline.03.html.
You may validate
this page's HTML.
The source was last modified Wed Jan 24 22:37:57 2001.