Lesson 01

HTML Basics

In this lesson, we'll focus on HTML and its structure. We'll see how it's rendered by the browser and even see how we can manipulate HTML that's actually live!

Let's Learn

Lesson 02

Styling with CSS

With a skeleton of a page now in place, it's time to add a bit of styling. For this lesson, we'll learn the basic syntax of CSS and how we can change the appearance of our document as its rendered by the browser.

Let's Learn

Lesson 03

Logic with JavaScript

For our final lesson in this module, we'll take a look at how JavaScript is used to access and manipulate information on our sites. We'll get an idea for how developers utilize JavaScript to create rich, dynamic content specific to each user.

Let's Learn