This is a fun and beginner-friendly project built entirely using pure HTML, based on the freeCodeCamp curriculum. Itβs a mock website designed for cat lovers and showcases key HTML concepts like semantic structure, accessibility, image handling, and form elements.
- β
Semantic HTML5 elements (
<main>,<section>,<figure>,<footer>) - β
Lists (
<ul>and<ol>) with cat-related items - β
Embedded images with descriptive
altattributes - β
Accessible and well-structured form using:
<fieldset>and<legend>- Radio buttons and checkboxes with proper labels
- Required text input with placeholder
- β External links and image links with proper usage
- β Footer with attribution
index.htmlβ Entire HTML structure of the project
- Clone or download the repository
- Open
index.htmlin your web browser - Enjoy the cuteness of cats π± and the clean HTML structure
This project was built as part of my learning journey in web development. It helped me strengthen core HTML skills, including:
- Semantic markup
- Accessibility best practices
- Form creation and structure
- Organizing real content in a user-friendly way
(You can host this file using GitHub Pages or Netlify and drop the link here.)