Notes

  • To write webpages, the first thing you need is a text editor. I recommend VSCode.
  • there are (essentially) three languages that get used on the web: HTML, CSS, and Javascript
    • HTML is for describing content
    • CSS is for styling content
    • Javascript is for adding interactivity
    • SVG could be added to this list, but you could also group it with HTML
  • Mozilla has great tutorials for learning these

Files

Download the files used in this lesson from GitHub.