'desktop image is not loaded on browser
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" class=" image-fluid rounded-circle" alt="Cinque Terre">
Solution 1:[1]
Move your image into your folder, then use relative paths.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | AlisonV2 |
