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
3 Answers
0
yea we can
you can do it by using css
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
0
why can't I use <img> tag ?? it also display image without internet from your pc