Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 1.1 KB

File metadata and controls

64 lines (45 loc) · 1.1 KB

HTML Core Notes

A single-page, at-a-glance revision project for core HTML concepts.

This project is designed as a fast reference and summary sheet covering essential HTML topics without unnecessary depth. It focuses on clarity, structure, and practical usage.


alt text


Purpose

  • Quick revision before interviews
  • Rapid recall of core concepts
  • Clean mental model of HTML fundamentals
  • Practical, production-focused reminders

Coverage

  • Document structure and metadata
  • Semantic layout
  • Text and content elements
  • Links and navigation
  • Images and media
  • Tables
  • Forms and validation
  • Accessibility essentials
  • Performance basics
  • SEO fundamentals
  • Common mistakes and best practices

Tech Stack

  • React
  • Vite
  • styled-components

Project Type

Single page only
Section-based navigation
Searchable and expandable content
No blog-style content, only structured notes

Run Locally

npm install
npm run dev

Build

npm run build

Goal

Complete core HTML knowledge in one scrollable page. No fluff. No repetition. Just essentials.