A simple static website built using only HTML β following the roadmap.sh βBasic HTML Websiteβ project guidelines.
This repository contains a clean, semantic, HTML-only basic website template. It is designed to satisfy the requirements of the βBasic HTML Websiteβ project on roadmap.sh:
https://roadmap.sh/projects/basic-html-website
The goal is to build a fully-functional, multi-page website using just HTML (no CSS or JavaScript) β perfect for practicing fundamental web-dev skills or deploying a simple informational site.
- Clone the repository:
git clone https://github.com/Ryan-carrot/basic-html-website.git
- Open the main HTML file (e.g. index.html) in your browser to view the site.
- Customize the HTML files to add your own content (pages, text, links, images, etc.).
- A multi-page website structure using only HTML
- Clean and semantic HTML markup (headings, nav, footer, etc.)
- Basic navigation between pages (if multiple HTML files are included)
- Foundation for future enhancements (CSS, JS, responsive design)
basic-html-website/
β
βββ index.html # Home / main page
βββ about.html # (optional) About page
βββ contact.html # (optional) Contact or other pages
βββ README.md # This documentation
(Your actual filenames may vary depending on how many pages you include.)
You might choose to expand the website by:
- Adding CSS for styling (colors, layout, responsive design)
- Making navigation menu (header/footer) consistent across pages
- Adding images or media content
- Adding metadata (title, meta tags) for SEO
- Adding internal links between pages and external links