编辑下面的代码:【加编码】
<html> <body> <h4>Image with no hspace:</h4> <p><img src="/demo/smiley.gif" alt="Smiley face" width="42" height="42" align="middle"> This is some text. This is some text. This is some text.</p> <h4>Image with hspace:</h4> <p><img src="/demo/smiley.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> <p>The hspace attribute is deprecated in HTML 4, and is not supported in HTML5. Use CSS instead.</p> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂