Welcome to HTML Basics — a beginner‑friendly repository to learn and practice HTML step by step.
This repo includes tutorials, examples, and mini projects to help you build a strong foundation in web development.
- 📖 Introduction to HTML
- 🏗️ Document Structure (
<!DOCTYPE html>,<html>,<head>,<body>) - ✍️ Text Formatting (
<h1>–<h6>,<p>,<br>,<hr>) - 📋 Lists (
<ul>,<ol>,<li>) - 🔗 Links and 🖼️ Images (
<a>,<img>) - 📊 Tables (
<table>,<tr>,<td>,<th>) - 📝 Forms (
<form>,<input>,<textarea>,<button>) - 🎵 Multimedia (
<audio>,<video>) - 🧩 Semantic HTML (
<header>,<footer>,<article>,<section>) - 💻 Mini Projects