x
 
<!DOCTYPE html>
<html>
<body>
<p>插入另一个文件夹中的图像:</p>
<img src="/i/photo/flower.gif" alt="Flower" width="180" height="180">
<p>插入来自网站的图像:</p>
<img src="https://www.w3school.com.cn/i/photo/tree.png" alt="Tree" width="150" height="161">
</body>
</html>