The src attribute
The required src
(an abbreviation for "source") attribute lives inside the <img>
tag. Its primary role is to specify where the image is stored on the computer and usually contains a URL. You have to make sure the image stays right at the location you indicated in your code. Otherwise, your users will end up with the broken link icon and the alt text, which can be frustrating.