实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<p>
6
An image:
7
<img src="/upload/images/201509/cfcc6c13c28.gif" alt="Smiley face" width="32" height="32"></p>
8
9
<p>
10
A moving image:
11
<img src="/upload/images/201509/cfcc6c13c28.gif" alt="Computer man" width="48" height="48"></p>
12
13
<p>
14
Note that the syntax of inserting a moving image is no different from a non-moving image.
15
</p>
16
17
</body>
18
</html>