【HTML】Intermediate3:Meta Tags
1.Meta tags were the town criers of the Internet
Do anything to the content that is presented in the browser window
They are used by the likes of search enginges to catalogue information about the web page.
2.Name attribute=author,description,keywords
3.http-equiv
can be used instead of the name attribute
make an HTTP header(the information to send to the server where web pages is held)
shorthand method to define an HTML document’s character set
<meta charset="utf-8">
is the same as
<meta http-equiv="content-type" content="text/html;
charset=utf-8">
.
content-type-what character set is being used
default-style:
refresh:
4.eg:
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。