如何在html中为图像定义URL路径

时间:2015-04-05 18:28:04

标签: html image path webpage

如何在html中定义图像的URL路径。

我在一个带有spark的服务器上工作,并使用另一台计算机访问该网页。

1 个答案:

答案 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>