width【要素の幅】
メモ 構文 例 関連
メモ
- 要素の幅を設定
- 関連:height【要素の高さ】
構文 (※記述方法)
プロパティ | 値 |
---|---|
width: | 《length【長さ】》 | 《percentage【パーセンテージ】》 | auto【自動計算】 |
例
<div style="border:1px blue solid; width:200px; height:100px; text-align:center;">
width:200px<br>
height:100px
</div>
width:200px
height:100px
height:100px