Unit 1 - Front-End Development

Congratulations!
You've made it through the introduction and now it's on to the main event - programming!

In programming there are two major players - the developer (that's you) and the user (the person who uses your program). We're going to start with what the user sees and interacts with - the "Front End" of the program.

HTML is a method of the displaying content (documents aka pages) on the Internet. Text, images, buttons, input boxes... these are all elements on a page. Once we learn how to create the front end, we will make it interactive by programming the back end with JavaScript.

You will notice that our lessons are under construction. This course is always changing, thanks to the technology constantly changing. Please check back often for updates.

Check the course calendar if you're not sure what lesson we are on.