Hey!
The img tag is used to add images to your webpage. But how do you tell the browser which image to add? The answer to this is attributes.
attributes or properties is any additional data that you can pass to the HTML element which will help the browser and src attribute does just that because with its help, we can pass a path to our image to the element.
The syntax for attributes is this
// attribute-name value
// | |
<button class="one" > my button </button>
You just need to use the correct syntax for the src attribute and it should work just fine.
Hope this helps!
So users on the forums are not allowed to post solutions on the forum, we can only help with hints and suggestions. If you’re facing a particular issue, let me know