实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<h4>Image with no hspace:</h4>
6
<p><img src="/upload/images/201509/cfcc6c13c28.gif" alt="Smiley face" width="42" height="42" align="middle"> This is some text. This is some text. This is some text.</p>
7
8
<h4>Image with hspace:</h4>
9
<p><img src="/upload/images/201509/cfcc6c13c28.gif" alt="Smiley face" width="42" height="42" align="middle" hspace="20">This is some text. This is some text. This is some text.</p>
10
11
<p>The hspace attribute is deprecated in HTML 4, and is not supported in HTML5. Use CSS instead.</p>
12
13
</body>
14
</html>