A simple collection of common HTML elements used across websites β provided with no styling.
This repository is designed to help developers:
- Quickly access standard HTML elements
- Use clean, unstyled structures as a starting point
- Learn and experiment with raw HTML without CSS interference
- Build custom designs from scratch without pre-applied styles
The project contains a variety of commonly used website elements, such as:
- Text elements (headings, paragraphs, spans)
- Links and navigation structures
- Forms (inputs, buttons, labels, etc.)
- Lists (ordered and unordered)
- Tables
- Media elements (images, video, audio)
- Semantic HTML elements (header, footer, section, article, etc.)
All elements are intentionally left unstyled so you can fully control their appearance.
-
Clone the repository:
git clone https://github.com/Coder34232/Every-Website-Elements.git
-
Open the files in your browser or code editor.
-
Start building by adding your own CSS and JavaScript.
- Learning HTML fundamentals
- Testing layouts and structures
- Creating your own design system
- Rapid prototyping without style conflicts
Since no styles are included, you can:
- Add your own CSS framework (Bootstrap, Tailwind, etc.)
- Write custom styles from scratch
- Integrate into larger projects
Contributions are welcome!
If youβd like to improve or expand the collection:
- Fork the repository
- Submit a pull request
This project is using Apache-2.0 license.