This is a simple and static News and Blog website built using only HTML. The project is aimed at showcasing the basic structure of a content-rich website, suitable for beginner web developers learning the fundamentals of web development.
- Responsive layout using basic HTML tags and structure
- Homepage with news sections and featured articles
- Semantic HTML elements used for better structure and readability
- HTML5 (No CSS, JavaScript or frameworks used)
news-blog-website/ โโโ index.html # Homepage with latest news โโโ sports.html # Page to show sports news โโโ register.html # To register on website
This project was created as part of my learning journey in web development. It helped me understand:
- Structuring multi-page websites
- Using semantic tags like
<article>,<section>,<header>,<footer> - Navigating between internal pages with links
- Organizing content for readability and accessibility
๐ Future Improvements
- Add CSS for styling and layout
- Make it mobile-responsive
- Integrate JavaScript for interactive elements
- Connect to a backend to support dynamic blog posting
๐ Acknowledgements Thanks to the free resources and tutorials that helped me build this project from scratch.
๐ฌ Contact If you have any feedback or suggestions, feel free to reach out:
LinkedIn: https://www.linkedin.com/in/saniya-3a096631a/ GitHub: @Saniiyaa404


