LoginSignup
1
0

More than 1 year has passed since last update.

100日後くらいに個人開発するぞ!day020

Posted at

今日もHTML&CSS初級編を復習してみた!

image.png

image.png

今日の備忘録

ブロック要素とインライン要素

  • ブロック要素:前後で改行が入り、親要素の幅いっぱいに広がる要素
    • 例:<div>要素、<h1>要素、<p>要素
  • インライン要素:改行されない要素
    • 例:<span>要素、<a>要素

ボーダー(枠線)をつける方法

  • ボーダーを着けたい場合はborderプロパティを用いて太さ・種類・色を指定します
    • 定型分:{border:太さ 種類 色;}

ボックスモデル

image.png

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0