How to Make a Website
Part 1: Intro to HTML #
We talk about HTML, what it is, what its limitations are and we cover some actual HTML code that makes up the intro to HTML example website.
Part 2: Intro to CSS #
We learn about CSS, classes and how we can use CSS to make our website look nicer.
Part 3: Intro to JavaScript #
This video provides an introduction to JavaScript, what it is and how we could use it to add behaviors and functions to our site.
Part 4: Intro to Node.js #
We explain what Node.js is, how web servers work and the types of things you can use Node.js for in your own apps.