Welcome! This repository contains the practical code and examples used in my HTML5 Fundamentals Workshop. It is designed as a hands-on guide to help students and aspiring developers understand the core building blocks of web development.
This project is structured as a "living document." You can learn by opening the index.html file and uncommenting different sections to see how they render in the browser.
- ποΈ Document Structure: Proper use of
<!DOCTYPE>,<html>,<head>, and<body>. - π Text & Content: Mastering Headings (
h1-h6), Paragraphs (p),div, andspan. - π Data Tables: Creating structured data with
table,tr,th, andtd. - π₯ User Interaction: A deep dive into Forms, Labels, and modern Input types (Email, Date, Range, File).
- π₯ Rich Media: How to embed
video,audio, andiframeelements.
To continue your learning after this workshop, check out these essential websites:
- π MDN Web Docs - HTML - The "Bible" of web development. Best for looking up any tag.
- π« W3Schools HTML Tutorial - Great for quick examples and interactive "Try It Yourself" editors.