how do i add pictures from my documents onto a html website?

  • Thread starter Thread starter sara
  • Start date Start date
S

sara

Guest
I'm creating a website for someone, and I need to add pictures. I don't know who is going to be the host, I'm just writing the codes. I have this book all about web designing, I followed the book's directions to add pictures, and it didn't work. What should I do? Thanks :)
 
at first this got me but its so simple say you have an image called "image" minus quotes.create your image tag as usual

<img src="" />

right click your image and click properties try to find its exstention gif jpg etc add this to the html img tag.

<img src="image.jpg" />

there you go the image will appear make sure your image and the HTML page are in the same folder.
 
Back
Top