Create a webpage to showcase your favourite recipe. Learn how to use HTML to create different types of lists for ingredients and method, and how to define colours using RGB values and hex codes. Add CSS styling and images to make your recipe really enticing!
A webpage recipe like this one.
Using HTML to make bulleted lists
Using HTML to make numbered lists
Using CSS to create colours with RGB values and hexidecimal codes
A computer or tablet capable of accessing the internet.
Use this link to go to the Code Club online project: projects.raspberrypi.org/en/projects/recipe and follow each step in the project.
Challenge 1: More ingredients - adding more items to an unordered list.
Challenge 2: More steps - adding more items to an ordered list.
Challenge 3: More colours - adding colour names, rgb values and hex codes.
Challenge 4: More styling - adding images and fonts.