Challenge: Work with Images
Goal
Practice using the absolute path for images in HTML.
Task
Ensure the src attribute of the first image uses the absolute path. You can find the image at:
Utilize the absolute path for the src attribute of the second image. Access the image here:
Specify the appropriate alt attribute value for both images. Remember, the alt value is crucial for providing context in case images fail to load or for users relying on screen readers.
index.html
- Use the
imgtag to specify an image. - Use the
srcattribute to specify the image's location. - Use the
altattribute to furnish a descriptive text for the image. - You can use the
widthattribute to define the image's width. - You can use the
heightattribute to define the image's height.
index.html
Thanks for your feedback!
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 2.56
Challenge: Work with Images
Swipe to show menu
Goal
Practice using the absolute path for images in HTML.
Task
Ensure the src attribute of the first image uses the absolute path. You can find the image at:
Utilize the absolute path for the src attribute of the second image. Access the image here:
Specify the appropriate alt attribute value for both images. Remember, the alt value is crucial for providing context in case images fail to load or for users relying on screen readers.
index.html
- Use the
imgtag to specify an image. - Use the
srcattribute to specify the image's location. - Use the
altattribute to furnish a descriptive text for the image. - You can use the
widthattribute to define the image's width. - You can use the
heightattribute to define the image's height.
index.html
Thanks for your feedback!