编辑下面的代码:【加编码】
<html> <head> <style> img { float:left; } p.clear { clear:both; } </style> </head> <body> <img src="/demo/logocss.gif" width="95" height="84"> <p>This is some text. This is some text. This is some text. This is some text. This is some text. This is some text.</p> <p class="clear">This is also some text. This is also some text. This is also some text. This is also some text. This is also some text. This is also some text.</p> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂