📦 Repository Name:
first-html-project
🎨 Project Title (Website Theme): Mr. Code
This is my first-ever multi-page website, built entirely using pure HTML — no CSS or JavaScript. It helped me learn the core structure of web pages, navigation between them, form handling, multimedia embedding, and using tables.
- 💡 Project Name: Mr. Code
- 🌱 Built With: HTML only
- 📄 Pages:
index.html
– Landing page introducing Mr. Code (main entry point)homepage.html
– Main homepage with a Call-To-Action (CTA) and a tabular list of learning goals or actionsabout.html
– Describes the character and purpose of Mr. Codecontact.html
– Basic contact form or infosignup.html
– Simple user sign-up formvideos.html
– Page showcasing embedded video resources
- 🖼️ Image Used: A mindmap-style diagram
- Creating a multi-page static website
- Internal linking using
<a href="">
- Building CTA sections and tables (
<table>
,<tr>
,<td>
) - Embedding images and videos (
<img>
,<video>
) - Designing basic forms with HTML elements
- Using semantic HTML for structure and clarity
- Project folder organization
first-html-project/ ├── index.html # Landing page (Mr. Code intro) ├── homepage.html # Homepage with CTA and tabular data ├── about.html # About Mr. Code ├── contact.html # Contact form ├── signup.html # Sign-up page ├── videos.html # Video resource page ├── └── mindmap.png # Mind map image │── README.md # Project description
04-12-2024
This project is intentionally unstyled and simple. It reflects the foundation of my web development journey, where I focused on understanding the raw power of HTML before moving on to CSS or JavaScript.
Feel free to explore the files or suggest improvements — I'm always open to learning and growing!