Home > OS >  desktop image is not loaded on browser
desktop image is not loaded on browser

Time:04-23

for displaying images on my website, I copied one image from my desktop that had already been downloaded from WhatsApp. But it is working when the image is address copied from the browser. below is the code is given: //<img src="C:\Users\HP\Desktop\Webdesign challenge\bootstrap\Personal website for shilna\images\shi.png" alt="Cinque Terre">

CodePudding user response:

Move your image into your folder, then use relative paths.

https://www.w3schools.com/html/html_filepaths.asp

  •  Tags:  
  • html
  • Related