How to link the Images with in HTML?
I have given you syntax how to set images on HTML document.Syntax:
<html>
<body>
<p>
An image:<img src=\"r4rlogo.gif\"width=\"140\" height=\"40\">
</p>
<p>
Using this link you can see the logo of r4r.</p>
</body>
</html>