Skip to content

nuwandev/html-reference-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

HTML Reference Website

Comprehensive static reference page covering Internet fundamentals and an extensive catalog of HTML tags for learning & quick lookup.

🚀 Features

  • In-page navigation to tag sections
  • Structured semantic content (sections, lists, tables)
  • Large curated tag index (75+ tags)
  • Educational summaries of protocols (HTTP, DNS, client/server)

Learning Outcomes

  • Semantic HTML structuring
  • Internal anchor navigation
  • Tag documentation writing
  • Lists, tables, and media element usage

📂 Project Structure

html-reference-website/
├── index.html
├── iCM118_IT_Week02_HTML Fundamentals_Assignment.pdf
└── README.md

🛠️ Tech Stack

  • Pure HTML
  • Minimal inline styling (if any)

⚙️ Setup

Open index.html directly. Or serve:

python -m http.server 8080

🧩 Usage

  1. Open index.html
  2. Use navigation links to jump
  3. Scroll through tag explanations

🧱 Architecture

  • Single-page document segmented with <section> elements
  • Anchor links for quick jumps

🗄️ Data / Storage

None.

🔧 Scripts

None.

🧪 Testing

Not applicable (static content).

📦 Deployment

Static hosting (Pages / Netlify).

📝 Notes

  • Could add a search/filter for tags
  • Could split very long file into modular pages later

📄 License

MIT

Releases

No releases published

Packages

 
 
 

Contributors

Languages