Tags:How to Embed Images with HTML,Embed Images,HTML lesson,HTML tutorial,embed,html,image,img
Grab video code:
Transcript
Hey everyone, David Turnbull here. I’m just going to show you how you can embed any image to My Document. To stop a tapping tag, open bracket img space src which stands for source. We got equals, cut to two quotation marks, next space, forward slash, close bracket.
Now in between the quotation marks you need to tap the location of the image you want to embed. So as you can see here the index of html and the image follow on my desktop. So I can simply type logo.gif which is then name of the file and save that, go back to my document and refresh. This got Google’s logo here but if I have to follow that’s such as images and I put image in that folder then I’ll have to type at the full path which will be images/logo.gif. Now I can also tap the full URL to an image so I can just copy URL here and I can also put that in there so save that, go back to my document. Now you can save that logo as well. Thanks.
Comments