Completed
Viewing Your Web Page
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Introduction to HTML - An HTML5 Tutorial for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome and Who This Tutorial Series Is For
- 3 What is HTML?
- 4 Google Chrome Browser
- 5 Dark New Tab Chrome Extension
- 6 Visual Studio Code
- 7 Create and open a new folder
- 8 Creating a new file and best file name practices
- 9 The HTML element and elements vs tags
- 10 Two Major Areas of an HTML page: Head and Body
- 11 Adding a title element
- 12 Saving and auto-formatting your code
- 13 Adding a heading and a paragraph
- 14 Optional VS Code Extensions
- 15 Live Server Extension
- 16 Viewing Your Web Page
- 17 Style element and optional dark mode changes
- 18 Your Dev Environment vs The Web
- 19 Starting & Stopping Live Server
- 20 Validating your HTML code
- 21 Adding a lang attribute
- 22 Adding charset metadata
- 23 Adding a doctype declaration
- 24 Revalidating and viewing your web page