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
8 odpowiedzi
+ 1
I think the Url is pointing to the Google listing of the images, not the image itself.
+ 1
I take it you used the HTML img tag.
+ 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" />
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>
0
it's not full but beneath that is unimportant
0
any idea how i can get it?
0
i got it thanks
- 1
i copied the URL above https:// and some long weird chars but it didn't show the image