This is a beginner web development project completed as part of Dave Gray's HTML and CSS tutorial series on YouTube.
The goal was to understand the structure and styling of web pages by building a simple layout from scratch using semantic HTML and external CSS.
🧠 This project was built while following the tutorial videos step-by-step.
It is meant for learning and practice purposes only.
GitHub Resources:
- HTML5 semantic elements (
<section>
,<header>
,<article>
, etc.) - Linking CSS files
- CSS rulesets and selectors
- Using flexbox for layout
- Responsive design basics
- Structuring pages using HTML tables and forms
- Media queries and light/dark theme basics
- Visual Studio Code
- Live Server extension
- Chrome DevTools
- W3C Validators
This project was not built from scratch by me, but rather by following a course to reinforce learning.
Future personal projects will build on this foundation.