How to Adjust images in to different sizes


In this example You can make a picture larger or smaller changing the values in the "height" and "width" attributes of the img tag.

Copy the below code,and paste it in your editor Like Notepad or Dreamweaver etc.


<html>
<body>

<p>
<img src="hackanm.gif"
width="20" height="20">
</p>

<p>
<img src="hackanm.gif"
width="45" height="45">
</p>

<p>
<img src="hackanm.gif"
width="70" height="70">
</p>

<p>
You can make a picture larger or smaller changing the values in the "height" and "width" attributes of the
img tag.
</p>

</body>
</html>






If  you want to learn more about HTML Codes,Tutorials,etc Click Here!

Please leave your valuable comments here and share your views about this Post. Thanks for reading this tutorial.Keep Visit All Tips iN

0 comments:

Copyright © 2013 All Tips in and Blogger Templates - Anime OST.