html怎么设置header

html怎么设置header,第1张

<head>

<meta http-equiv="Content-Type" content="text/htmlcharset=gb2312"><!--设置网页的文件编码-->

<meta http-equiv="expires" content="2005/05/05 18:00:00"><!--脱机浏览的过期时间-->

<meta http-equiv="pragma" content="no-cache"><!--禁止网页从缓存中读取-->

<meta http-equiv="Refresh" content="5http://#/"><!--网页重新定向-->

<meta http-equiv="set-cookie" content="2005/05/05 18:00:00"><!--设置网页的cookie过期时间-->

<meta http-equiv="Window-target" content="_top"><!--设置网页中链接的目标窗口-->

<meta http-equiv="Page-Enter" content="revealTrans(duration=1000000,transition=50000000)"><!--设置网页的打开效果-->

<meta http-equiv="Page-Exit" content="revealTrans(duration=1000000,transition=50000000)"><!--设置网页的关闭效果-->

<meta name="keywords" content="overmind,zerg,protoss"><!--设置网页的关键字,搜索的时候优先!!!重要!!! 该数据被搜索引擎编入索引-->

<meta name="description" content="哈哈哈哈哈"><!--插入描述 搜索时被搜索引擎编入索引-->

<title>无标题文档</title>

</head>

1、新建html文件,在body标签中添加文字,这里以p标签内容为“演示文本”为例,这时网页将会显示字体默认大小和颜色。

2、在head标签中添加style标签给页面设置css样式,选择p标签,字体大小用的是“font-size”属性,属性值为字体大小,这里以“30px”为例,这时“演示文本”字体将会变大。

3、选择p标签,字体颜色用的是“color”属性,属性值为颜色,这里以红色“red”为例,这时“演示文本”字体将会变成红色。


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/bake/8002590.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-12
下一篇 2023-04-12

发表评论

登录后才能评论

评论列表(0条)

保存