Images can be added to the page using <image></image>
tag when we're building the course using GitHub repository. Ensure that the directory structure is properly being followed in order to add images to the course.
1. <image alt="Picture of product page with panel open">
Similar to HTML <img>
element, we can pass alt
attribute to add alternative text to our images. If no alt
value is provided, filename is taken as alternate text value for the image.