vs. <head>

后端 未结 5 703
粉色の甜心
粉色の甜心 2020-12-01 08:01

In this tutorial: http://railstutorial.org/chapters/filling-in-the-layout#top

There is \"header\"

I know that in HTML there is \"head\"

But, what is

5条回答
  •  攒了一身酷
    2020-12-01 08:43

    The "header" element does not exist in the current html specification so it is ignored (but may be styled using css of course). It is part of the current draft for the upcoming HTML version 5.

    It is not related to the "head" element which contains information page the page but no structure.

提交回复
热议问题