标签

<html>  Doctype 指定解释方式

推荐:!DOCTYPE

<head> 

meta

1.定义编码格式 :

<meta http-equiv='content-type' content='text/html;charset=utf-8'>

2.刷新和跳转

<meta http-equiv='Refresh' Content='30'>

五秒后跳转到另一个页面,针对页面跳转有修改

<meta http-equiv='Refresh' Content='5;Url=http://www.baidu.com'/>

  Keywords content 定义关键字

title  标题

link   stylesheet引用文件显示样式 

   icon 标题显示图标

3.X-UA-Compatible向下兼容,ie8

4.style 穿衣服,给css

</head>

<body>

p:段落内和段落间的间隙

br:空行大小不一致

输出br:&lt代表< &gt代表>

a标签:

<a href='http://www.baidu.com'  target='_blank'> </a>

 

</body>

</html>

posted @ 2019-03-28 20:31  期待me  阅读(62)  评论(0)    收藏  举报