Originally posted by o
Now, I'm a sorta noob but I can do some good codes sometimes. Anyway, I know how you get an image in with the
<img src
but how do you import an image from your computer( a saved photo)
instead of an image source?
Thanks guys
haha talking bout images i only just found out myself how to insert videos today, i take a I.T class at my highschool.
i would think it would be the same as videos which is
<video src= 'video 2.mov' controls='controls'></video>
but for your image it would look something like this
<img src='image.jpg'></img>
but where it says image put the name of the image and its extension .jpg or .gif, next thing you must also do is make your the image you are trying to use is in the same location as your html document
a good website you can use for html and css and stuff like that is
w3schools.com