"Reprint please retain the integrity of the content of the Wind network article, if you do not comply with this principle, we will retain the right to pursue legal responsibility"
<head> Label
Definitions and usage
The head element is the container for all the header elements. Elements located within <head> can contain scripts, guide browsers to find stylesheets, provide meta information, and so on.
The following tabs are available in the head section:
<base> <link> <meta> <script> <style> <title>
Instance
A simple HTML document with a title:
<html> <head> <title> title of the document Wind network </title> </head> <body> The contents of the document ... Wind Network ... Www.ithov.com ... ... </body> </html>
Try the code yourself:
<! DOCTYPE html> <html> <head> <title> title of the document Wind network </title> </head>
<body> The contents of the document ... Wind Network ... Www.ithov.com </body> </html>
Differences between HTML 4.01 and HTML 5
Profile properties are no longer supported in HTML 5.
Tips and Comments:
Tip: Please remember to always set the title for the document!
Standard properties
<head> tags support standard properties in HTML 5.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.