Comprehensive static reference page covering Internet fundamentals and an extensive catalog of HTML tags for learning & quick lookup.
- 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)
- Semantic HTML structuring
- Internal anchor navigation
- Tag documentation writing
- Lists, tables, and media element usage
html-reference-website/
├── index.html
├── iCM118_IT_Week02_HTML Fundamentals_Assignment.pdf
└── README.md
- Pure HTML
- Minimal inline styling (if any)
Open index.html directly. Or serve:
python -m http.server 8080- Open
index.html - Use navigation links to jump
- Scroll through tag explanations
- Single-page document segmented with
<section>elements - Anchor links for quick jumps
None.
None.
Not applicable (static content).
Static hosting (Pages / Netlify).
- Could add a search/filter for tags
- Could split very long file into modular pages later
MIT