案例:html/html5 案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
3
<body>
4
5
<p>
6
来自另一个文件夹的图像:
7
<img src="/img/eg_greanfoliage.jpg" />
8
</p>
9
10
<p>
11
来自 W3xue.com 的图像:
12
<img src="//www.w3xue.com/img/w3xue_logo_white.jpg" />
13
</p>
14
15
</body>
16
</html>