Pages

Thursday 13 October 2016

how to insert image in html

<html>
<body>
<Img src="pic.jpg" height="200px" width="300px" />

</body>
</html>