very noob HTML question
Dragstk
Syracuse, N.Y.
For the past few days, I have been teaching myself HTML. I actually happy with my progress, but now I'm stumped.
I can get images to show up, if they are in the same file as my HTML document. But I can't get images to show up, if the image is stored some place else on my computer.
what is the command line to do this?
Also, anybody know any good on line tutorials on HTML?
humbly;
Dragstk
I can get images to show up, if they are in the same file as my HTML document. But I can't get images to show up, if the image is stored some place else on my computer.
what is the command line to do this?
Also, anybody know any good on line tutorials on HTML?
humbly;
Dragstk
0
Comments
By the way, are you doing this on a home PC or are you uploading to a server?
Why do I see so many /> at the end of a tag? All reference material I see about tags show stuff like <img src="..."> but often when I view the souce of a page I see just what you did, Kwitko: <img src="..." /> Why? What purpose does the /> serve? I normally strip them out and the code works just fine.
I am doing this on my own home computer. Just trying to learn how to use HTML.
Thanks again;
Dragstk