5
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

HTML5のhr要素について

Posted at

hr要素

HTML 5 に於ける<hr>要素は、段落単位の区切りとして定義されている。

シーンの変わり目や、リファレンス本のセクションの中での他のトピックへの変わり目で使用する。
例えば、section要素とsection要素の間には置くことができない。section要素がテーマの変わり目という意味を含んでいる為必要がない。

視覚的な区切り線としてではなく、あくまで意味的な用途として使用が推奨されている

  • <hr>はsection内で使うようにする。
  • セクション間の区切り線として配置するのは適切ではない。
  • 意味的なものではなく、単に視覚的な区切り線を実現したい場合はcssを使用する。
5
3
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
5
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?