Completed
1.1 Welcome to the Course!
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
HTML & CSS for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 1.1 Welcome to the Course!
- 2 1.2 Prerequisites
- 3 2.1 How Websites Are Loaded
- 4 2.2 What Is HTML?
- 5 2.3 Let’s Create an HTML File
- 6 2.4 HTML Elements and Tags
- 7 2.5 Inline vs. Block-Level Elements
- 8 2.6 The div Element
- 9 2.7 Text-Related Elements
- 10 2.8 Separating Content With Breaks
- 11 2.9 Using Lists
- 12 2.10 Working With Images
- 13 2.11 Using Forms and Buttons
- 14 2.12 Displaying Tabular Data With Tables
- 15 2.13 HTML5 Semantic Elements
- 16 3.1 What Is CSS?
- 17 3.2 Adding CSS to an HTML Page
- 18 3.3 Using CSS Selectors
- 19 3.4 Working With Color in CSS
- 20 3.5 Let’s Discover the CSS Units
- 21 3.6 Styling Text With CSS
- 22 3.7 Setting Dimensions in CSS
- 23 3.8 The CSS Box Model
- 24 3.9 Working With Borders in CSS
- 25 3.10 Using the Display Property in CSS
- 26 3.11 Styling Lists in CSS
- 27 3.12 Positioning Elements in CSS
- 28 3.13 Styling Backgrounds in CSS
- 29 3.14 Building Layouts With Flexbox and CSS Grid
- 30 3.15 Working with Media Queries for Creating Responsive Websites
- 31 4.1 Let’s Code a Simple Design with HTML and CSS
- 32 4.2 Conclusion and Homework