How do I get the HTML of a photo?

  • Thread starter Thread starter Shadowvi
  • Start date Start date
S

Shadowvi

Guest
Hi, I want the HTML of one of my photos, what is the best way to get it?
P.S. My photo is not yes on the internet.
Hope you can help.
 
I'm not sure what you mean by the 'HTML code' of your photo. Once you post your photo online (like through Photo Bucket or Flickr or something), right click on the photo and go to View Image. Copy the URL at the top of the page.

This HTML code will post your image on any website you are creating:

<img src="http://www.yourimageURLhere.com">

Replace the "yourimageURLhere" with the URL you copied from Flickr or Photo Bucket (or whatever source your image was coming from) and you should be good to go.
 
<img src="http://www.imageshack.us"> think thats the html code to post it on the net via html just replace the link with a direct link to the picture once uploaded on a host site

to view the HTML of a code already on the net is to view the page source, if you're using firefox just press ctrl + u and scroll threw the coding till you come across it.
 
Back
Top