Web Programming for Beginners
(web-101)
This page is under construction. Where links don't work it likely means we haven't moved the content over to Ghost yet.
In this course you'll learn basic HTML, CSS, and Javascript by creating several projects. We introduce HTML syntax, show you how to style a page using modern CSS techniques, and finally teach the basic tools you need for programming in JavaScript.
Foundations
- What is the internet?
- Basics of Networking
- Intro to Web Development
HTML & CSS
[coming soon]
- The Unix terminal
- Intro to Git
Javascript
- Javascript Basics
- Variables and data types | Assignment I
- Basic operators | Assignment II
- Control flow: if, else, loops | Assignment III
- Working with Strings | Assignment IV
- Arrays | Assignment V
- Functions | Assignment VI
- All About Objects | Assignment VII
- Javascript Review I