Skip to content

Bilalnasir057558/Basic-HTML-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Basic HTML Website

This is a beginner-friendly project that demonstrates how to build a simple multi-page website using only HTML. The goal is to understand how to structure a website semantically before adding any styles or interactivity.

πŸ“š Project Goals

  • Understand the semantic structure of a website.
  • Learn how to create and link multiple HTML pages.
  • Use common HTML tags like <header>, <nav>, <main>, <footer>, <section>, <article>, and <form>.
  • Include basic SEO meta tags in the <head> of each page.
  • Prepare a clean structure for future CSS styling.

πŸ“ Pages Included

Page Description
index.html Homepage with a basic introduction.
projects.html Lists sample projects.
articles.html Contains a few sample article entries.
contact.html Contact form with name, email, and message fields.

🧭 Navigation

Each page includes a consistent navigation bar with links to all pages:

  • Homepage
  • Projects
  • Articles
  • Contact

πŸ”’ Contact Form (Static)

The contact form is built using HTML only and does not include backend processing. It contains:

  • Name field
  • Email field
  • Message textarea
  • Submit button

πŸ” SEO Meta Tags

Each HTML page includes basic SEO meta tags:

  • description
  • keywords
  • author
  • viewport for responsiveness
  • charset for encoding

🚫 Styling

This project does not include any CSS or styling. The focus is purely on structure and HTML fundamentals. Styling will be added in a future project.

βœ… How to Use

  1. Clone or download this repository.
  2. Open index.html in any browser.
  3. Navigate through the pages using the navigation bar.

πŸ’‘ Future Improvements

  • Add CSS for layout and design.
  • Make the form functional using JavaScript or backend code.
  • Add responsive design for mobile devices.

Author: Muhammad Bilal Nasir
Created: 16 June 2025

About

A multi-page simple beginner-friendly website made by using HTML.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages