Welcome to: Intro to the Web!

Stuart Jones

Agenda
  • About a Web Developer: Me
  • How websites work
  • Key Technologies
    • HTML
    • CSS
    • JavaScript
  • Give it a Try
  • Publish your site
 
How Websites Work
  • Browsers
  • Servers
  • Domain Names vs IP Addresses
  • Requests
  • Responses
  • HTML
  • CSS
  • JavaScript
 
HTML
  • Describes Web Content
  • Tags
  • Open and Close
  • View Source
  • Used to build DOM in Browsers
  • View HTML Source
    [Opt-Cmd-U]
 
CSS - Cascading Style Sheets
 
Javascript
 
Try It on GitHub With GitHub Pages
Summary

We looked at:

  • About a Web Developer: Me
  • How websites work
  • Key Technologies:
    • HTML
    • CSS
    • JavaScript
  • Publish with GitHub Pages