The Nuts & Bolts of a Web Page
Brought to you by Colin Barringer (@colinthesealion)
-
Introduction:
In which we discuss what HTML, CSS and Javascript are, and why you might want to use them
-
Hyper Text Markup Lanugage (HTML):
In which we learn how to create content
- The simplest possible example
- Adding the <head> tag
- Adding content
- Nested lists
-
Cascasding Style Sheets (CSS):
In which we learn how to give our page some style
- Basic CSS
- Styling lists
-
JavaScript:
In which we learn how to make our page dynamic
- Adding JavaScript
-
My notes: These are them
-
Additional Resources