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.

22nd Feb 2022, 2:37 PM
Amir Hossain
Amir Hossain - avatar
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
22nd Feb 2022, 4:35 PM
Ghislain Ulrich Alfred Nyongo
Ghislain Ulrich Alfred Nyongo - avatar