Getting Started as a Web Developer
  • Join The Essential Web Developer Facebook Group
  • Introduction to this Course
HTML
  • An Overview of an HTML Page and its Elements
  • Opening & Closing HTML Tags
  • Header Tags:
  • Body Tags:
  • Structuring an HTML Webpage for the First Time
  • HTML Structure (Source Code)
  • Traditional Old-School HTML Development Method v. Today's Method
  • Your First HTML Page
  • Your First HTML Page (Source Code)
  • Styling Text in HTML
  • Styling Text (Source Code)
  • Formatting Text
  • Formatting Text (Source Code)
  • Working with Lists
  • Working with Lists (Source Code)
  • Create an Unordered List in HTML
  • Working with Images
  • Working with Images (Source Code)
  • Create an HTML Title Tag
  • Creating Your First Links
  • Creating Your First Links (Source Code)
  • Working with Forms
  • Working with Forms (Source Code)
  • HTML Reference Guide
CSS
  • Introduction to CSS
  • Introduction to CSS (Source Code)
  • Inline CSS
  • Inline CSS (Source Code)
  • Internal CSS
  • Internal CSS (Source Code)
  • External CSS
  • External CSS (Source Code)
  • Classes & IDs
  • Classes & IDs (Source Code)
  • Working with DIVs
  • Working with DIVs (Source Code)
  • CSS Combinators
  • CSS Combinators (Source Code)
  • Floating Elements
  • Floating Elements (Source Code)
  • Padding
  • Padding (Source Code)
  • Margins
  • Margins (Source Code)
  • Positioning
  • Positioning (Source Code)
  • Challenge: Simple Website Design with DIVs
  • Challenge: Simple Website Design with DIVs (Source Code)
  • Borders
  • Borders (Source Code)
  • Working with Fonts
  • Working with Fonts (Source Code)
  • Aligning Text
  • Aligning Text (Source Code)
  • Styling Links
  • Styling Links (Source Code)
  • CNN Test Website Design Project (Part 1)
  • CNN Test Website Design Project (Part 2)
  • CNN Test Website Design Project (Part 3)
  • CNN Test Website Design Project (Part 4)
  • CNN Test Website Design Project (Source Code)
Javascript
  • Introduction to Javascript
  • Introduction to Javascript (Source Code)
  • Using Buttons
  • Using Buttons (Source Code)
  • Syntax
  • Syntax (Source Code)
  • Commenting
  • Commenting (Source Code)
  • Styling
  • Styling (Source Code)
  • Input Values
  • Input Values (Source Code)
  • Operators
  • Operators (Source Code)
  • Data Types
  • Data Types (Source Code)
  • Arrays
  • Arrays (Source Code)
  • If Statements
  • If Statements (Source Code)
  • Challenge: Color Guessing Game!
  • Challenge: Color Guessing Game Answer
  • Challenge: Color Guessing Game Answer (Source Code)
  • For Loops
  • For Loops (Source Code)
  • While Loops
  • While Loops (Source Code)
  • Functions
  • Functions (Source Code)
  • Intervals & Timeouts
  • Intervals & Timeouts (Source Code)
  • Challenge: Intervals Timer
  • Challenge: Intervals Timer Answer