- 1
Image i sertion in web page
I have inserted image in my html web page and its in the same folder with html file in place of src I mentioned "image name.jpg " .Even then I m not able to view image in browser. Plz suggest solution
11 Answers
+ 2
Did you used the:
<img src="" alt="">
?
+ 1
Eashan Morajkar i wrote it like this <IMG src = "" alt=""/>
+ 1
Tanu Jain does the code works?
+ 1
Eashan Morajkar no image is not visible in browser
+ 1
Tanu Jain can you send the full code?
+ 1
Here is an example of how to insert image on the webpage (you should put your link to the image as src attribute value. )
https://code.sololearn.com/W9zMjbTvhOhQ/?ref=app
+ 1
Send the code
+ 1
<img src="" alt="">
This is used for insert image in html document 💯.
+ 1
Tanu Jain, are you sure the path to the image is valid?
+ 1
Maybe your image is wrong, and try to play with the dimensions of the image.
0
This is the part of code
Eashan Morajkar Shubham Bhatia Onik Artushyan
<div class="dest">
<h3>ShikharJi</h3>
<img src="C:\Users\DELL\Documents\HTML5_online\IMG_5165.jpg"/>
<div class="dest-text">
Location :Jharkhand,India.
</div>
</div>