This is a personal learning experience for HTML/CSS, guided by the 6-hour long course from SuperSimpleDev.
YouTube Video: HTML & CSS Full Course - Beginner to Pro
There are 15+ lessons each with challenges and practices, which are published here as a cloud resource.
The YouTube Clone project was started on Feburary 16, 2025 and accomplished completion on May 16, 2025. This clone has more functionality, including small bits of JavaScript than the video due to having more inspiration.
Recommended IDE: Visual Studio Code
- Install the Live Server Extension.
- Open any HTML webpage you want to open.
- Click the
Go Livebutton in your VS Code app. - To change webpages:
- Use filepaths after your local address and port.
Example:http://127.0.0.1:5500/intro-to-html/lesson-1/1a.html
- Use filepaths after your local address and port.
