如何在html中定义图像的URL路径。
我在一个带有spark的服务器上工作,并使用另一台计算机访问该网页。
答案 0 :(得分:0)
要在html中添加图片并将图片提取到显示器,您需要使用标签:
<img scr="http:: or ftp:: url or ip address here to the image">
将图片链接添加到网站或IP地址:
<a href="http:: or https:: or ftp:: url here to the external site"><img></a>