Text and Advanced HTML
Review - Basic data Numbers Characters (ASCII & UNICODE) Records (collection of named things) Arrays (collection of indexed things) Strings (array of characters) Trees (hierarchy of things - has pathname) Links
Review - Basic programs Expressions –Arithmetic –Functions Variables and assignment –myVar = max(yourVar+2, 100); Sequence (do things in order) If (test boolean to choose between two options) For loop –(repeat over and over changing a variable each time)
Information for people Text (HTML, Word, Wordperfect) Images Sound Video
Text is just an array of characters Current Character == 6
Formatting Where are you HTML Where are you
Lists my pets pigs dogs chickens chickens HTML my pets pigs dogs
Netscape Composer
Viewing what Composer generates
Other HTML Editors Microsoft FrontPage –Installed on the lab machines DreamWeaver Microsoft Word –“Save as Web Page” menu item
Composer features Bold/italic Lists –Bullets –Numbered Inserting images –Positioning images Previewing Links Headings