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

What is the header tag?

云罗郡主
云罗郡主Original
2019-01-30 17:36:1030040browse

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 1aa9e5d373740b65a0cc8f0a02150c53 tag is a new tag in HTML 5.

Note: Internet Explorer 8 and earlier versions do not support the 1aa9e5d373740b65a0cc8f0a02150c53 tag.

html header tag example

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


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!

Statement:
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