A web development project demonstrating the power of pure HTML without any CSS styling. This project showcases how to create a functional and structured webpage using only HTML elements.
vanilla-HTML/
├── index.html # Main blog homepage
├── about.html # About page
├── contact.html # Contact page
├── services.html # Services page
└── posts/ # Directory containing blog posts
- Pure HTML implementation with no CSS dependencies
- Responsive layout using HTML tables
- Interactive navigation menu
- Blog post listing with thumbnails
- SVG-based illustrations and graphics
- Contact form implementation
- Semantic HTML structure for better accessibility
- Clone this repository:
git clone https://github.com/surajaswal29/vanilla-HTML.git
- Open
index.html
in your web browser - Explore the HTML-only implementation
- HTML5
- SVG for graphics and illustrations
- HTML Tables for layout
- Semantic HTML elements
This project is open source and available under the MIT License.
Made with ❤️ by Suraj Aswal