In this assignment I was tasked to create a website for a Burger restaurant, while following a full guide on youtube. The CSS was already premade and I didn’t have to create any of it. The HTML had a guide so you couldn’t really mess it up, but I still had alot to learn from it and I also learned how to use some Emmet abbreviation in VS code which makes the boring parts quick and I can instead focus time and energy for more crucial and time consuming things.
Link to BurgerBase
Validation CSS & HTML
Here is the validated CSS

Here is the validated HTML

The validation service gave me 4 warnings about not using a header when using the section semantic element. This could be fixed relatively quickly if you change the section element to a div element. But this removes the use of the semantic element and reduces clarity and benefits of semantic elements. Therefore I chose to keep the section element.
Other than that this assignment was both fun and helped me develop better HTML skills.
Leave a Reply