Crash Course on Web Programming

An Exciting Adventure

View the Full Lecture

Back to CSFP Topics

  1. Tools
  2. HTML
    • W3C
    • Build basic web page
    • Necessary tags to cover:
      • <!DOCTYPE html>
      • <html>
      • <head>
      • <body>
      • <header>
      • <footer>
      • <aside><section>
      • <article>
      • <h1-h6><p><br>
      • <a>
      • <b><em><hr>
      • <ul><ol><li>
      • <div><span>
      • <img>
  3. CSS
    • Style basic webpage
    • Attributes
      • background
      • color
      • font(-size, -family) Google Fonts
      • margin, padding, box model, border
      • Sizes: px, em, %
      • height, width
      • text-align
      • text-decoration, a
  4. Scripting
  5. CMS
  6. A league of it's own
  7. Servers
    • CSEN: csel.cs.colorado.edu/~user
    • ATLS: redwood.colorado.edu/user
    • General: spot.colorado.edu/~user | rintintin.colorado.edu/~user
    • Web Hosting Search
  8. Resources