![]() |
Lesson Plan |
| CIS 145 Home | Student Center | TallTech Home |
January 10, 2000Details
Reading / ReferencesRead tutorial 1 from New Perspectives manual Supplement from TallTech FTP |
Introduction to the WWW
HTML Versions
HTML Tools
HTML Syntax
Basic Tags
Nesting Tags
Displaying HTML Documents
Creating Headings, Paragraphs, and Lists
Inserting Special Characters
Inserting Horizontal Lines
Inserting a Graphic
Work your way through the New Perspectives manual for Tutorial #1.
Quick checks on pages 1.11, 1.30, and 1.36
Complete case problems 1 & 2 from pages 1.37 – 1.38.
What is HTML? – Pg 1.9
HTML Versions – Pg 1.10
Tools – 1.10
Example doc – 1.12
Syntax – 1.13
Creating a document - notepad
<HTML>, <HEAD>, <BODY>
<TITLE>
Opening the document in a browser
Heading tags – pg 1.17 <H#>, <H# ALIGN=>
Paragraphs – 1.19 – 1.22
Ordered Lists - <OL>, <LI> - pg 1.23
Unordered Lists - <UL>, <LI> - pg 1.23
Definition Lists - <DL>, <DT>, <DD> pg 1.24
Logical character tags – how to use text - <EM>, <STRONG>, <CODE>, <VAR>, <CITE> - page 1.26
Physical character tags – how to format - <B>, <I>, <TT>, <BIG>, <SMALL>, <SUB>, <SUP> - page 1.27
Nesting tags
Special characters – pg 1.30
Horizontal lines - <HR> - pg 1.31, 1.32
Graphics <IMG SRC> - pg 1.33