0
does I put img from my PC to web browser
3 Réponses
0
yes, you can with these attribute "src" and value is your photo address
0
yes just insert rhe link
0
You can finde your photo address in properties . And to make sure that your code will work use file:/// and tgen write your address like this for example :
<img src="file:///c:\Pictures\Hi.png">
( Hi.png is your photo name and format )