Sunday, 8 November 2015

How to Convert JPG file or any Image into HTML Code

1.Here's the code you need:

HTML Code:
<img src="http://www.yoursite.com/yourimage.jpg" height="100" width="100" />


You just need to fill in the red part with your own image file url name, and set the height and width to whatever size you want.

2.Done!

SHARE THIS

0 comments: