I am learning HTML, CSS and javascript in preparation for my school project involving frontend development. Here's the question.
When I was trying to insert a picture in one of my HTML file. The picture is located in drive C: and the HTML file is located in drive E:.I used a
<image>tag.
practice.html: E:\Frontend-Notes\Mainpage\practice.html
10-11.jpg: C:\Users\wangz\Pictures\WallPaper\Scenery\10-11.jpg
<image src = "C:\Users\wangz\Pictures\WallPaper\Scenery\10-11.jpg">
Then I ctrl+click-ed the path which is supposed to be an absolute path, VS code showed an error message below. error message
I don't know how to deal with it.