Skip to content

A beginner-friendly multi-page website built entirely with pure HTML. It includes pages like About, Contact, Videos, and Sign-Up, with internal linking, a mindmap image, a call-to-action table, and form elements — my very first step into web development.

License

Notifications You must be signed in to change notification settings

Arsh-pixel-cmd/first-html-project

Repository files navigation

📦 Repository Name: first-html-project
🎨 Project Title (Website Theme): Mr. Code

🌐 Mr. Code — My First HTML Project

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 Overview

  • 💡 Project Name: Mr. Code
  • 🌱 Built With: HTML only
  • 📄 Pages:
    • index.html – Landing page introducing Mr. Code (main entry point)
    • homepage.htmlMain homepage with a Call-To-Action (CTA) and a tabular list of learning goals or actions
    • about.html – Describes the character and purpose of Mr. Code
    • contact.html – Basic contact form or info
    • signup.html – Simple user sign-up form
    • videos.html – Page showcasing embedded video resources
  • 🖼️ Image Used: A mindmap-style diagram

🧠 What I Learned

  • 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

📁 Folder Structure

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


🗓️ Created On

04-12-2024


📣 Note

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.


🙏 Thanks for Viewing!

Feel free to explore the files or suggest improvements — I'm always open to learning and growing!

About

A beginner-friendly multi-page website built entirely with pure HTML. It includes pages like About, Contact, Videos, and Sign-Up, with internal linking, a mindmap image, a call-to-action table, and form elements — my very first step into web development.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages