110 likes | 244 Views
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
E N D
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
HTML Where you <b> are Formatting Where <b>are</b> you
HTML <ul> my pets <li> <li> <li> <i> pigs chickens dogs Lists my pets <ul> <li>pigs <li><i>dogs</i> <li>chickens </ul>
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