<html>
<body>
<!--
TAG:
img = It is a tag that calls an image inside your HTML/PHP page
ATTRIBUTES:
src = Refers to Source
alt = Alternative Text for an Image
width = Width of your Image
height = Height of your Image
-->
<img src="files/mylogo.png" alt="My Logo" height="100px" width="200px" />
<img src="files/mylogo.png" alt="PIIT" height="50px" width="100px" />
</body>
</html>
<body>
<!--
TAG:
img = It is a tag that calls an image inside your HTML/PHP page
ATTRIBUTES:
src = Refers to Source
alt = Alternative Text for an Image
width = Width of your Image
height = Height of your Image
-->
<img src="files/mylogo.png" alt="My Logo" height="100px" width="200px" />
<img src="files/mylogo.png" alt="PIIT" height="50px" width="100px" />
</body>
</html>
Post a Comment