A pure HTML website built as part of my earliest lessons in frontend development.
This project contains three mini-sites built entirely with HTML. At the time, I had no experience with frontend web development. This helped me understand the fundamentals of:
- Creating multi-page websites
- Using semantic HTML tags like
<main>,<section>,<header>, and<footer> - Building and styling tables
- Structuring forms
- Writing clean, readable code from the ground up
-
Project 1 – Mac & Cheese Recipe
Practiced semantic elements and list structures with a recipe format.
-
Project 2 – Table Tennis Leaderboard
Learned how to use HTML tables to present scores and rankings.
-
Explored how HTML forms work and what kinds of inputs users can interact with.
- The importance of semantic HTML
- How to organize content visually and structurally
- How to manually link between pages using relative file paths
- That frontend development is something I really want to learn
- HTML5
- Git
- GitHub
- Netlify
- Clone the repository
- Open
index.htmlin your browser
Or you can check out the live website here
Created by Elmar Chavez
Month/Year: April 2025
Journey: 1st month of learning frontend web development.
