width屬性用於設定盒子的寬度。它們可以取長度值、百分比值或關鍵字auto。您可以嘗試執行以下程式碼來設定寬度 −
<html> <head> </head> <body> <p style = "width:200px; height:50px; border:2px solid green; padding:15px; margin:20px;"> This paragraph is 200pixels wide and 50 pixels high </p> </body> </html>
以上是CSS 寬度屬性的詳細內容。更多資訊請關注PHP中文網其他相關文章!