How we can say that my image or jpg address was correct or how we get jpg adreess | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How we can say that my image or jpg address was correct or how we get jpg adreess

I use html in notpad but my image didnot show

29th Dec 2016, 8:13 AM
lakshay gandhi
lakshay gandhi - avatar
7 Answers
+ 5
JS source of img: alert(document.getElementsById("img")[0].src); ...if that's what you want...
29th Dec 2016, 10:14 AM
Valen.H. ~
Valen.H. ~ - avatar
+ 5
...or the file explorer.
29th Dec 2016, 11:29 AM
Valen.H. ~
Valen.H. ~ - avatar
+ 3
What is js?
30th Dec 2016, 8:38 AM
lakshay gandhi
lakshay gandhi - avatar
+ 2
yes you can check it in js. if you are getting problem with img tag type in the address in address bar of browser it will show the image if exists
29th Dec 2016, 11:28 AM
Sandeep Chatterjee
+ 2
Js means JavaScript. it's a script programming language to add interactivity to webpages
30th Dec 2016, 8:41 AM
Sandeep Chatterjee
+ 2
JavaScript is important and it has many uses in webpages too but you can make pages without it too. it's like make webpage interactivity for example moving a part when button is clicked validation forms appearing texts in webpage
30th Dec 2016, 4:33 PM
Sandeep Chatterjee
+ 1
Javascript is imp or not for the webpage should we create webpage without javascript
30th Dec 2016, 2:54 PM
lakshay gandhi
lakshay gandhi - avatar