Introduction to Web Development
By Brian Holt and Nina Zakharenko
Introduction to Web Development is a one-stop course that covers all of the tools you’ll need to create websites.
Course info
Rating
Level
Beginner

Updated
Apr 9, 2015

Duration
10h 57m

Table of contents
Introduction
HTML
Hypertext Markup Language
6m
My First Web Page
3m
HTML Tags - Meta, Content
11m
Exercise 1: Creating a New Page
8m
Exercise 1: Solution
12m
Audience Questions
10m
Review
4m
HTML Tags - Void Tags
13m
HTML Tags - Grouping
5m
HTML Classes
5m
HTML ID’s
7m
HTML Tags - Naming
3m
Exercise 2 - Giving Classes
10m
Exercise 2 - Solution
13m
Cascading Style Sheets (CSS)
What Is CSS?
8m
CSS Better Practices
11m
CSS Text Properties and Measurements
9m
CSS Boxes
8m
CSS Box Questions
4m
CSS Positioning
10m
CSS Shortcuts
8m
CSS Order and Specificity
7m
CSS Specificity Best Practices
12m
CSS Resets and the Developer Tools
6m
Audience Questions
10m
CSS Document Flow
12m
CSS Float Tips
10m
Exercise 3: Styling a Page
6m
Exercise 3: Solution
3m
Exercise 3: Final Questions
12m
CSS Conclusion
11m
JavaScript
An Introduction to Programming
4m
Exercise 4: Seeing Results
3m
JavaScript Variables, Variable Types, and Reserved Words
5m
Exercise 5: Writing JavaScript
4m
JavaScript Operators, Expressions, and Comparisons
7m
JavaScript Logical Operators and Arrays
6m
Exercise 6: Arrays
3m
Exercise 7: Manipulating Arrays
3m
JavaScript If Statements
7m
JavaScript For Statements
10m
JavaScript Functions
15m
JavaScript Scope
4m
JavaScript Objects and Context
9m
JavaScript Objects and Context Questions
12m
Anonymous Functions
8m
Additional JavaScript Topics
2m
jQuery
jQuery
10m
jQuery Chaining
9m
Responding to Users
13m
Retrieving Text from an Input
6m
Exercise 8: Set Text
3m
Exercise 8: Solution
6m
Other DOM Functions
3m
Audience Questions
4m
AJAX
AJAX Introduction
13m
Displaying Data
9m
Exercise 9: Displaying Data from Reddit
7m
Exercise 9: Solution
22m
Troubleshooting
13m
Command Line
Introduction to the Command Line
7m
Navigating with the Command Line
7m
Git and Github
9m
Git Status
7m
Git Add, Commit, and Push
9m
Cloning Review
14m
Navigating Github.com
7m
Pull Requests
10m
Initializing a New Repository
8m
Node.js
Description
Course info
Rating
Level
Beginner

Updated
Apr 9, 2015

Duration
10h 57m

Description
Introduction to Web Development is a one-stop course that covers all of the tools you’ll need to create websites.
The course contains in-depth discussions of each of “The Big Three” tools used for Website development:
- Hypertext Markup Language (HTML)
- Cascading Style Sheets (CSS)
- And JavaScript as well as getting started with GitHub and Node.js
About the author