![]() |
Lesson Plan |
| IMOS Home | Student Center | TallTech Home |
October 28, 1999Details
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
From the New Perspectives HTML manual (tutorial #1):
Work your way through the New Perspectives manual for Tutorial #1. Note: instead of using data from book, use your own data as per case problem #4 on page 1.39. Note 2: This resume will be updated as we proceed through the topics and will be used as part of your final project.
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