this project is a basic HTML-only website designed to help beginners learn programming concepts in Java and Python.
It contains different pages, including a Home page, individual Java and Python pages, a Resources page with tips and external links, and a Courses page listing available and upcoming courses.
The project uses only HTML (no CSS or JavaScript) and includes multimedia content such as images, audio files, and videos to make learning more interactive.
- Create an HTML-only educational website for programming beginners.
- Introduce users to Java and Python with key topics and examples.
- Provide helpful resources and external links (W3Schools, YouTube, course platforms).
- Embed media elements (images, audio, video) within HTML pages.
- List available and upcoming courses to encourage continuous learning.
├── Home.html # Main homepage of the website
├── java.html # Java learning page with topics, links, and examples
├── python.html # Python learning page with topics, links, and examples
├── resources.html # Resources and tips for learning
├── courses.html # List of available and upcoming courses
├──style.css # css file
├── images/ # Folder containing images
│ ├── java-logo.png # Java logo image
│ └── python-logo.png # Python logo image
└── README.md # Project documentation