What happens if the src attribute of an <img> tag is missing or incorrect?
src
<img>
<img src="missing.jpg" alt="Not Found">
An error message will display
A broken image icon will display with the alt text "Not Found"
The alt text "Not Found" will be displayed
The image area will be blank