HTML Image Float
This tutorial is about How to Float images in HTML,
Copy the below code and paste it in your editor Like Notepad or Dream weaver.
<html>
<body>
<p>
<img src ="alltipsin.gif"
align ="left" width="48" height="48">
A paragraph with an image. The align attribute of the image is set to "left". The image will float to the left of this text.
</p>
<p>
<img src ="alltipsin.gif"
align ="right" width="48" height="48">
A paragraph with an image. The align attribute of the image is set to "right". The image will float to the right of this text.
</p>
</body>
</html>
<body>
<p>
<img src ="alltipsin.gif"
align ="left" width="48" height="48">
A paragraph with an image. The align attribute of the image is set to "left". The image will float to the left of this text.
</p>
<p>
<img src ="alltipsin.gif"
align ="right" width="48" height="48">
A paragraph with an image. The align attribute of the image is set to "right". The image will float to the right of this text.
</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: