meta标签

meta代表网页的元数据用来设置字符集

<meta charset="UTF-8">

meta可以设置网页的关键字

<mate name="keyworde" content="html5">

meta可以指定网页的描述

<mate name="description" content="发布html5相关信息">

meta可以是指用来做网页的重定向

<meta http-equiv="Refresh" content="5;url=http://www.baidu.com">

 

posted @ 2019-09-04 20:30  牛耀民  阅读(110)  评论(0编辑  收藏  举报