This repository contains 13 beginner-friendly projects built using pure HTML (no CSS or JavaScript).
Each project demonstrates different HTML tags, structures, and concepts.
- Created My Personal Homepage using HTML About My_Self
- Created My Resume using HTML About My Resume(Normal Format)
- Created My Resume using HTML About My Resume(Table Format)
- Created a Chessboard using HTML HTML_Chessboard
- Created an Emoji Animation Using HTML Html_Moving Emojis clouds and Dog Animation
- Created an Image Animation using HTML HTML_Moving Images of Clouds and Dog Animation
- Created an Job Searching Sessions WebPage Using HTML Job_Searching_Sessions
- Created My Favorite Recipe Webpage Using HTML Favorite Recipe
- Created an Table Showcase by comparing best laptopsLaptop Table Showcse
- Created an Portfolio Webpage using HTML My Portfolio
- Created to study our solar systems with the help of hyperlinked quest Our Solar Sytem
- Created an Blog using HTML MyBlog
- Created an Taco Shop Webpage using HTML The TacoShop Webpage
- Clone the repository:
https://github.com/akkisaikumarreddy/HTML-Projects.git
📝 Notes
- All projects are written in HTML only — no CSS or JavaScript.
- Each project demonstrates a different fundamental HTML concept:
- Structuring pages with headings, paragraphs, and lists
- Using tables (
thead,tfoot,scope) for data presentation - Creating navigation with
<a>links and anchors (#id) - Embedding images with
<img>and captions using<figure>and<figcaption> - Semantic tags like
<article>,<aside>,<abbr>,<time>,<details>,<summary>
- Images used across projects are stored in the
Images/folder. - Navigation links connect multiple pages (e.g.,
index.html,hours.html,contact.html) to simulate a multi‑page website. - Some projects (like the Taco Shop) combine multiple HTML features into a realistic mini‑website.
🎯 Purpose
This repository is meant for practicing and showcasing HTML fundamentals through 13 different projects:
- My Personal Homepage → Basic structure with headings, paragraphs, and links.
- My Resume (Normal Format) → Resume layout using text formatting and lists.
- My Resume (Table Format) → Resume presented in a table with headers and rows.
- Chessboard → Created a chess board with dimensions of 8x8 grid with the help of HTML only.
- Animation of Moving Emojis (Version 1) → I created a animation of moving clouds and a dog on rode moving in opposite directions with the help of HTML (used Emojis for clouds, dog).
- Animation of Moving Images (Version 2) → I created a animation of moving clouds and a dog on rode moving in opposite directions with the help of HTML (used Images for clouds, dog).
- Job Searching Workshop → Created an Job Searching Workshop Webpage, using all HTML Tags
- Favorite Recipe → Recipe page about the recipe and how to make the recipe using lists, images, and semantic tags.
- Table Showcase → Compare the best laptops in 2026 India by bemonstrating table features like
thead,tfoot,scope. - Portfolio Mockup → A sample portfolio page with sections, images, and navigation.
- Hyperlinked Quest → To study about our solar system and planets with the help of hyperlinks and navigation between sections.
- Blog Post Page → A semantic blog article with headings, lists, images, quotes, and code samples.
- A Taco Shop Webpage → It is a Taco Shop Website with Multi‑page and mini‑site with About, Menu, Hours, and Contact pages.
💡 Feel free to explore each project and use them as a reference for learning HTML basics.