Introduction to WebDev
Introduction to WebDev
Learn to write websites with HTML, CSS, and JavaScript
Table of Contents
Welcome to the Class
Introduction
Get Set Up
What Are You Going to Learn
HTML
Tags
Types of Tags
Attributes
Organizing HTML
Head and Meta Tags
HTML Project
CSS
Rules
Selectors and the Cascade
Pseudoclasses and Pseudoelements
Layout CSS
Flex
Grid
Animations
Putting It Together
Project
JavaScript
Intro
Numbers, Strings, and Booleans
Control Flow
Loops
Exercise
Functions
Scope
Builtins
Objects
Context
Arrays
Putting It All Together
The DOM
Events and Listeners
Project
Talking to Servers
JSON
AJAX
async/await
Project
Other Stuff You Should Know
Using Third Party Libraries
Conclusion