编辑下面的代码:【加编码】
<html> <head> <style> div { width:110px; height:110px; border:thin solid black; overflow-x:hidden; overflow-y:hidden; } </style> </head> <body> <div><p style="width:140px"> In my younger and more vulnerable years my father gave me some advice that I've been turning over in my mind ever since. 'Whenever you feel like criticizing anyone,' he told me, 'just remember that all the people in this world haven't had the advantages that you've had.' </p></div> <p>Overflow-x specifies whether or not to clip the left/right edges of the content.</p> <p>Overflow-y specifies whether or not to clip the top/bottom edges of the content.</p> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂