A HTML website with minimal CSS built as part of my earliest lessons in frontend development.
This project displays a fictional table tennis tournament leaderboard using semantic HTML and light CSS styling. I built this as a continuation of learning how to structure real-world data on the web.
It includes a ranked leaderboard, a breakdown of official rules, and a tournament-style match setup using semantic tags like <section>, <article>, <figure>, and <table>. I also practiced linking to external sources and improving page navigation.
- Semantic HTML5 Structure
- Accessible Table Design
- Internal Page Navigation
- Structured Text Elements
- Descriptive & Accessible Images
- External Link Resources
- Visual Section Separators by using
<hr> - Back to Top Link
- How to structure tabular data using
<table>,<thead>,<tbody>, and<tfoot> - When to use
<section>vs.<article> - How to group and caption images with
<figure>and<figcaption> - Linking to external sources using
<cite>and<a target="_blank"> - Creating accessible, navigable content with internal anchor links
- Basic usage of CSS for page layout and image styling
- HTML5
- CSS (minimal)
- 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.
