示例<html> <head> </head> <body> <p style = "max-width:100px; height:200px; border:1px solid green; padding:5px; margin:10px;"> this paragraph is 200px high and max width is 100px this paragraph is 200px high and max width is 100px </p> <img alt = "logo" src = "/css/images/logo.png" width = "100" height = "100" /> </body></html>
以上就是使用 css 设置框的最大宽度的详细内容。
