HTML attributes are are used inside the opening tag of an element to provide additional information about the HTML element.
The src attribute in an img element specifies the path or url of the image’s location.
Here is an example of an img element using an src attribute: <img src="https://www.example.com/the-image.jpg">.
Task 8:
Inside the existing img element, add an src attribute with this URL:
https://www.techfuture.dev/wp-content/uploads/2022/09/rottweiler-puppy.jpg