HTML5中header的意思是“標頭、首標”,是語義標籤,用於定義文檔或文檔的一部分區域的頁眉,語法為“
頁眉代碼」;在一個文件中,可以定義多個header元素,作為介紹內容或導覽連結列的容器。
本教學操作環境:windows10系統、HTML5版、Dell G3電腦。
HTML5中header是什麼意思
#HTML5中header的意思是「標頭、首標”,是個語義標籤。
在一個文件中,您可以定義多個
註解:
範例如下:
<html> <body> <article> <header> <h1>What Does WWF Do?</h1> <p>WWF's mission:</p> </header> <p>WWF's mission is to stop the degradation of our planet's natural environment, and build a future in which humans live in harmony with nature.</p> </article> </body> </html>
輸出結果:
#推薦教學:《html影片教學》
以上是HTML5中header是什麼意思的詳細內容。更多資訊請關注PHP中文網其他相關文章!