Tuesday, January 1, 2019

An image with a broken link

An image with a broken link:- 


<html>
<body>

<p>If a browser cannot find an image, it will display the alternate text:</p>

<img src="wrongname.gif" alt="car Icon" style="width:150px;height:150px;">

</body>
</html>

OUTPUT:-




No comments:

Post a Comment

Internal Javascripts

Internal Javascripts :    The script code can be written directly into the HTML document. script code is placed in header of the docume...