This project is part of The Odin Project Foundations Path. It showcases the fundamentals of HTML5 by creating a simple recipe website.
The website consists of four web pages:
- A main index page with links to individual recipe pages.
- Recipe pages that include:
- Unordered and ordered lists for ingredients and steps.
- External images with controlled dimensions.
- Links to both internal pages and external resources.
Through this project, I:
- Built structured web pages using HTML5 elements.
- Implemented hyperlinks for seamless navigation between pages.
- Created organized lists (ordered and unordered) to present information.
- Linked and styled external images with specified height attributes.
Completing this project helped me understand the building blocks of HTML5 and how to structure content effectively. It was a great introduction to creating functional and visually organized web pages.