height【要素の高さ】

メモ 構文 関連

メモ

構文 (※記述方法)

プロパティ
height:    《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