Images can enhance the user experience and help present important information in a more digestible way.


Syntax:

<img src="url" alt="alternatetext">

Example:

html-tutorial/
┣ index.html
┗ test-img.jpg

In my project have one HTML file and one image file now we will add that test-img.jpg to our HTML page


 <img src="test-img.jpg" alt="Test Image">

Output: