Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In this lab, you will add multiple images in two different ways (HTML img tag and CSS) to your recipe page. Tasks 1. Find or
In this lab, you will add multiple images in two different ways (HTML img tag and CSS) to your recipe page. Tasks 1. Find or create relevant images to include on your recipe page. 2. Display one image via CSS and one via an img tag. Please write the code that need to use with CSS and one with img tag. 3. Save, test, and validate your file locally in a browser. 4. You can use the Google image search to find images licensed with Creative Commons that make sense for your page (either visually or to show the recipe). 5. Your index.html document must contain, at a minimum: 1. use of an img tag to display one of the images. 2. an image displayed via CSS (whether through a div, body, or other selectors) 3. both images should appear on the page 4. images configured with the img tag should include accessibility attributes 5. at least two CSS visual effects added, for example, a box shadow, rounded corners, a gradient, etc 6. Make sure that all files (HTML and CSS) validate
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started