Introduction
Images are a fundamental part of modern web pages, making content more engaging and visually appealing. In HTML, images are embedded into a document using the <img> tag. This tag is powerful and comes with several attributes to control the image's source, size, and accessibility.
In this lab, you will learn how to display an image on a web page. You will start by inserting a basic image and then progressively add attributes to provide alternative text, set its dimensions, add a tooltip, and finally, turn it into a clickable link.
The environment has been pre-configured with an index.html file and an image file named labex.svg in the ~/project directory. A web server is also running, so you can preview your changes in real-time in the "Web 8080" tab.





