How to insert image without using net in Html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to insert image without using net in Html

My question is can we insert image which are already there in my PC 💻 without linking or using net If yes how

27th Aug 2017, 3:14 AM
Irwin Lopez
Irwin Lopez - avatar
3 Answers
0
yea we can you can do it by using css
27th Aug 2017, 5:12 AM
Dor Nachemani
Dor Nachemani - avatar
0
for example : in html : <p id="image"/> in css: #image{ conten:url("the path to your image/image.jpg") } and this code will add the image into the p tag
27th Aug 2017, 5:15 AM
Dor Nachemani
Dor Nachemani - avatar
0
why can't I use <img> tag ?? it also display image without internet from your pc
27th Aug 2017, 8:59 AM
Mohit Mehta
Mohit Mehta - avatar