How to give src to the

前端 未结 8 1590
抹茶落季
抹茶落季 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:42

    when you webpage loaded in visitors with their browsers in internet

    your image path in img tag just point to thier filesystem localtion not your file systemlocation

    you must upload your img in your webserver like apache or iis or host location and set path of img tag with this public image path

    for more detail you can search about client server concept in internet and web

    but if you mean in your browser did not show its relate to security issues

    be successfull

提交回复
热议问题