编辑下面的代码:
【加编码】
查看效果 »
<html> <head> <style> p { min-width:150px; background-color:yellow; } </style> </head> <body> <p>The minimum width of this paragraph is set to 150px.</p> </body> </html>
结果:
【此窗口】
帮助?