x
1
2
<html>
3
<head>
4
<meta charset="utf-8">
5
</head>
6
<body>
7
8
<p>一个来自文件夹中的图像:</p>
9
<img src="/images/chrome.gif" alt="Google Chrome" width="33" height="32">
10
<p>一个来自蜜蜂教程的图像:</p>
11
<img src="https://www.mifengjc.com/images/logo.png" alt="mifengjc.com" width="180" height="64">
12
13
</body>
14
</html>