MS. BAUMANN'S WEBSITE
  • Home
  • High School
    • VP Movie - Making a Movie
    • Code >
      • How To's - Quick Reference
  • Middle School
  • Me/The Classroom
  • Grading Scale/Expectations
  • Classroom Rules
  • Basics
    • Citation Sites - Bibliography
    • Dictionary & Thesaurus
  • WebFiles Drive-Staff ONLY
  • Tools
  • Movies - iMovie Editing
  • Movies - iMovie Editing Songs
  • Stop Animation
  • Web Design
Helpful Website: W3 Schools
Unit 2: LISTS -  Unordered and Ordered Lists
Picture
RELATED ASSIGNMENTS in SCHOOLOGY:
  • favoriteFood.html (in class)
  • favoriteMusic.html (in class)
  • recipe.html (homework - apply on your own)
Picture
An unordered list starts with the <ul> tag. Each list item starts with the <li> tag. The list items will be marked with bullets (small black circles) by default.


Picture
An ordered list starts with the <ol> tag. Each list item starts with the <li> tag. The list items will be marked with numbers by default.
Picture
Unit 2: Special Characters
In order to use special symbols and characters, you will need to use specific characters, sometimes called entity characters in your HTML.
Picture
Other tags that may be helpful:
<br>     This will "break" the line.


The HTML <br> element defines a line break. Use <br> if you want a line break (a new line) without starting a new paragraph.
​
RELATED ASSIGNMENTS in SCHOOLOGY:
  • specialCharacters.html (homework)​
Will need to apply some special characters is:
  • casitabandb.html
  • trillium.html​​
Picture
Unit 2: Structure  - Wireframes and Layout
Picture
  • The <header> element - NOT to be confused with a heading, is to contain the headings of either a web pages  or area within the document such as a section or article. This is a BLOCK display element and typically contains one or more heading level elements.
  • The <nav> element is to contain a section of navigation links. The BLOCK display is and
  • The <main> element is to contain the main content of the page. There should only be ONE main element per page.
  • The <footer> element is to contain the footer content of a web page or section. This is at the end of the page.
Picture
Picture
SAMPLE of Using 4 Structure Elements within our Basic Template
Picture
RELATED ASSIGNMENTS in SCHOOLOGY:
  • structure.html (in class)
Will need to apply some special characters is:
  • casitabandb.html (in class)
  • trillium.html (homework - on your own application)
HIGH SCHOOL CLASSES:
AP Computer Science Principles A & B
Computer Programming | Adv. Computer Programming
Web Design | Adv. Web Design
​Video Production I & II

MIDDLE SCHOOL CLASSES:
Technology 6 (Rotations)
Technology 7 (6 WK Rotation) | (12 WK Trimester)
Technology 8 (12 WK Trimester)

Prepare Students for Life.
​
Support Every Child.

VIEW Parking Lot Sign-Up Summer of 2021 (Class of 2024)


Copyright 2021

powered by weebly
  • Home
  • High School
    • VP Movie - Making a Movie
    • Code >
      • How To's - Quick Reference
  • Middle School
  • Me/The Classroom
  • Grading Scale/Expectations
  • Classroom Rules
  • Basics
    • Citation Sites - Bibliography
    • Dictionary & Thesaurus
  • WebFiles Drive-Staff ONLY
  • Tools
  • Movies - iMovie Editing
  • Movies - iMovie Editing Songs
  • Stop Animation
  • Web Design