Challenge: Insert Images
Task
Create an HTML document that includes an image and an interesting fact that relates to the image. Insert the image using the URL provided (https://content-media-cdn.codefinity.com/courses/392f24ac-0126-4c34-a28a-f2f26d12196b/section-3/honey.png) and provide a descriptive alt text. Ensure that the image size is strictly specified as 128px in width and 128px in height.
index.html
Hint
Step 1: Use the <img> tag to insert the image. Specify the src attribute with the image URL (https://content-media-cdn.codefinity.com/courses/392f24ac-0126-4c34-a28a-f2f26d12196b/section-3/honey.png), alt attribute with descriptive alternative text, and provide strict values for the width and height attributes of 128px.
index.html
Thanks for your feedback!
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
What would be a good interesting fact to include with the image?
Can you show me how to structure the HTML document for this task?
Do you have suggestions for a descriptive alt text for the image?
Awesome!
Completion rate improved to 3.13
Challenge: Insert Images
Swipe to show menu
Task
Create an HTML document that includes an image and an interesting fact that relates to the image. Insert the image using the URL provided (https://content-media-cdn.codefinity.com/courses/392f24ac-0126-4c34-a28a-f2f26d12196b/section-3/honey.png) and provide a descriptive alt text. Ensure that the image size is strictly specified as 128px in width and 128px in height.
index.html
Hint
Step 1: Use the <img> tag to insert the image. Specify the src attribute with the image URL (https://content-media-cdn.codefinity.com/courses/392f24ac-0126-4c34-a28a-f2f26d12196b/section-3/honey.png), alt attribute with descriptive alternative text, and provide strict values for the width and height attributes of 128px.
index.html
Thanks for your feedback!