编辑下面的代码:【加编码】
<html> <head> <style type="text/css"> img { float:left; } </style> <script> function displayResult() { document.getElementById("p1").style.clear="left"; } </script> </head> <body> <img src="/demo/w3javascript.gif" width="100" height="132"> <p id="p1">This is some text. This is some text. This is some text. 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> <input type="button" onclick="displayResult()" value="Clear left side of text"> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂