0

How can i put an image in html

i tried putting a URL for an image but it still didn't show it, and if i put that image path it only works on my phone

18th Nov 2017, 6:29 PM
Soheab Al A'amor
Soheab Al A'amor - avatar
8 odpowiedzi
+ 1
I think the Url is pointing to the Google listing of the images, not the image itself.
18th Nov 2017, 11:50 PM
josh mizzi
josh mizzi - avatar
+ 1
I take it you used the HTML img tag.
18th Nov 2017, 7:04 PM
josh mizzi
josh mizzi - avatar
+ 1
Did you use an image tag. Just copying the URL will not deploy the image. This is how you use a image tag. <IMG src="url here" />
18th Nov 2017, 7:48 PM
josh mizzi
josh mizzi - avatar
0
this is how i put it idk what's wrong?? <html> <head> <title>My Hero</title> </head> <body> <img src="https://goo.gl/images/hJYrGy"/> <h1 align=center><b>My Hero</b></h1> <h2>By: Man with a mission</h2> <h3>Lyrics</h3> <p>
18th Nov 2017, 11:45 PM
Soheab Al A'amor
Soheab Al A'amor - avatar
0
it's not full but beneath that is unimportant
18th Nov 2017, 11:46 PM
Soheab Al A'amor
Soheab Al A'amor - avatar
0
any idea how i can get it?
18th Nov 2017, 11:56 PM
Soheab Al A'amor
Soheab Al A'amor - avatar
0
i got it thanks
19th Nov 2017, 12:15 AM
Soheab Al A'amor
Soheab Al A'amor - avatar
- 1
i copied the URL above https:// and some long weird chars but it didn't show the image
18th Nov 2017, 7:33 PM
Soheab Al A'amor
Soheab Al A'amor - avatar