1 / 11

Text and Advanced HTML

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

cargan
Download Presentation

Text and Advanced HTML

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Text and Advanced HTML

  2. 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

  3. 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)

  4. Information for people • Text (HTML, Word, Wordperfect) • Images • Sound • Video

  5. Text is just an array of characters • Current Character == 6

  6. HTML Where you <b> are Formatting Where <b>are</b> you

  7. HTML <ul> my pets <li> <li> <li> <i> pigs chickens dogs Lists my pets <ul> <li>pigs <li><i>dogs</i> <li>chickens </ul>

  8. Netscape Composer

  9. Viewing what Composer generates

  10. Other HTML Editors • Microsoft FrontPage • Installed on the lab machines • DreamWeaver • Microsoft Word • “Save as Web Page” menu item

  11. Composer features • Bold/italic • Lists • Bullets • Numbered • Inserting images • Positioning images • Previewing • Links • Headings

More Related