Home > Web Front-end > HTML Tutorial > What is the header tag?

What is the header tag?

云罗郡主
Release: 2019-01-30 17:36:10
Original
30067 people have browsed it

What is the header tag

header 标签是什么

The header tag defines the header (introduction information) of the document. It is also a new tag in HTML5. The header (header) is the server's HTTP The string sent by the protocol before passing HTML data to the browser requires a blank line to separate the header and the HTML file.

html header tag syntax

Function: Define the header (introduction information) of the document.

Description: The

tag is a new tag in HTML 5.

Note: Internet Explorer 8 and earlier versions do not support the

tag.

html header tag example

<!DOCTYPE html>
<html>
<body>
<article>
<header>
<h1>PHP实战天龙八部</h1>
<p>微信支付视频教程:</p>
</header>
<p>微信支付是当前最流行的支付方式之一,本课程较详细的介绍了如何接入微信支付SDK,以及在公司实际开发中的要注意的问题</p>
</article>
</body>
</html>
Copy after login


The above is the detailed content of What is the header tag?. For more information, please follow other related articles on the PHP Chinese website!

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template