OIM3690 - Web Technologies

2025 Fall

Session 07 (9/16)

contain

Today's Agenda

  • Welcome/News/Announcements
  • Class Review
  • Quiz 1
  • Lecture
    • Multimedia and Embedding
    • Advanced CSS Selectors
    • Layout

Welcome/News/Announcements

  • Homework 1
    • Due 9/19
    • Please read the instructions carefully and start early!
  • Communications:
    • Meet with me in person during office hours at least once this semester.
    • Email - specify course # in subject title, e.g., "OIM3690: GitHub settings"

What we have learned so far...

  • Tools: VSCode, GitHub, Developer Tools
  • HTML
    • Basic tags: h1, p, img, a, ul, ol, li, div, span, table...
    • Attributes: href, src, alt, title, class, id...
    • Block-level vs Inline elements
  • CSS
    • Syntax: selector {property: value;}
    • External vs Internal vs Inline
    • Box model
  • HTML Vocabulary and CSS Vocabulary

Quiz 1

Lecture