DDN300

Week Outlines

1 - Introduction to HTML

Web Hosting

  1. Confirm that web hosting sites are set up.

Brief intro to the web

  1. history
  2. w3c
  3. HTML standards, HTML5

Basic introduction to html

  1. concept of tags/elements
  2. page structure
  3. basic elements
    • h1, h2, h3...
    • p, br, etc...
  4. HTML Attributes
  5. links
    • a
Back to Top

2 - Introduction to CSS

Basic introduction to CSS

  1. CSS the standard way to style HTML
  2. basic styling/ font
    • color
    • font-size
    • font-weight
    • font-family
    • etc...
  3. 3 levels of CSS; in-line, in-page, external stylesheet.

CSS Selectors

  1. element
  2. .class
  3. #id
  4. * universal

Additional HTML Elements

  1. lists: ul, ol,
  2. img
Back to Top