Skip to content

lakshay1341/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 project is a simple HTML-only website with multiple pages. The goal of this project is to learn how to create and structure a website using HTML in a semantic way, making it easy to add styles later and ensuring good SEO practices.

## Project Structure

The website consists of the following pages:
- **Homepage** (`index.html`)
- **Projects** (`projects.html`)
- **Articles** (`articles.html`)
- **Contact** (`contact.html`)

Each page includes a navigation bar that links to all other pages.

## Features

- **Semantic HTML**: The website is structured using semantic HTML tags to ensure readability and maintainability.
- **Navigation Bar**: A consistent navigation bar is present on all pages, allowing easy navigation between them.
- **SEO Meta Tags**: Each page includes SEO meta tags in the `<head>` section to improve search engine visibility.
- **Contact Form**: The contact page includes a form with fields for name, email, and message.

## Pages

### Homepage
The homepage provides a brief introduction to the website.

### Projects
The projects page lists various projects.

### Articles
The articles page contains a collection of articles.

### Contact
The contact page includes a form for visitors to send messages.

## How to Use

1. Clone the repository to your local machine.
2. Open any of the HTML files in a web browser to view the website.
3. Navigate between pages using the navigation bar.

## Future Enhancements

- Add CSS to style the website.
- Implement JavaScript for interactive features.
- Expand the content on each page.

## License

This project is open-source and available under the [MIT License](LICENSE).

## Acknowledgements

This project was created as part of a learning exercise to understand the basics of HTML and web development.
https://roadmap.sh/projects/basic-html-website

---

About

A simple HTML only website with multiple pages.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages