How to give src to the

前端 未结 8 1583
抹茶落季
抹茶落季 2020-12-09 21:11

I want to display an image on a web page using HTML tag.

I have stored the image on my local drive.

How to achieve this?

Th

8条回答
  •  伪装坚强ぢ
    2020-12-09 21:44

    Your image should be on a relative path not absolute one.

    Say your html file is in D:\myhtml\home.html. Copy the Images folder in myhtml. Then change your code to .

    Hope this helps

提交回复
热议问题