0
Please help me solve this problem
There is an inter-class snack-making competition in your school. Every class has to prepare three savoury dishes and one sweet dish. Create a webpage to advertise all the dishes that will be available in your class. You have to add pictures of the dishes to enhance the appearance of your webpage. When any of the picture is clicked, the webpage containing the recipe of that particular dish should be played.
1 Answer
+ 3
You have to create a main div which will contain all your code. Into that div, youâll add 4 other div because you have three savoury div anf one sweet dish. Then, in those div, youâll add a <figure> tag which stand for images and caption (try to search how it work on mozilla website. Itâs easy) and use <a> for link external webpages containing recipe