编辑下面的代码:【加编码】
<html> <head> <script> function displayResult() { document.getElementById("p1").style.minHeight="100px"; } </script> </head> <body> <p style="background:red;" 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="Set min height"> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂