实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<p>Insert an image from another folder:</p>
6
<img src="/upload/images/201509/cfcc6c13c28.gif" alt="Stickman" width="24" height="39">
7
8
<p>Insert an image from a web site:</p>
9
<img src="/upload/images/201509/cfcc6c13c28.gif" alt="Lamp" width="15" height="15">
10
11
</body>
12
</html>
13