Edit This Code:
See Result »
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
p
>
If a browser cannot find an image, it will display the alternate text:
<
/p
>
<
img
src
="http://www.w3schools.com/html/wrongname.gif"
alt
="HTML5 Icon"
style
="width:128px;height:128px;"
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <p>If a browser cannot find an image, it will display the alternate text:</p> <img src="http://www.w3schools.com/html/wrongname.gif" alt="HTML5 Icon" style="width:128px;height:128px;"> </body> </html>
Result:
Privacy Policy