BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <body> <h4>Image with no margins:</h4> <p><img align="middle" alt="Smiley face" height="42" src="smiley.gif" width="42"> This is some text. This is some text. This is some text.</p> <h4>Image with 50px margins on left and right sides:</h4> <p><img align="middle" alt="Smiley face" height="42" src="smiley.gif" style="margin:0px 50px" width="42">This is some text. This is some text. This is some text.</p> </body> </html>
运行结果