Example For Image Tag With Additional Attributes

<html>
<head>
<title> An image
</title>
</head>
<body>
<h1> An image </h1>
<img src="c:\Documents And Settings\All Users\Documents\My Pictures\Sample Pictures\Water Likes.jpg" height="100" width="100" align="texttop">
<p align="justify">
Web browsers are used to navigate the information.This allows us to retrieve the information spread across the internet and display it using the Hypertext Markup Language(HTML).
</p>
</img>
</body>
</html>