0

系统的学习一次HTML-1


我想有必要系统的学习一次HTML,自己底子太差~半路出家的就是比人家本科生差很多啊!!

基本的HTML结构
<html>
<head>
<meta>
<title></title>
</head>
<body>
</body>
</html>
<html>的开始,标志着一张网页的开始,<head>我们通常成为网页的头部,头部信息虽

然不出现在浏览器中,但是有着举足轻重的地位,因为<head>包含了<title>跟<meta>
<title>就是标题,访问网页,浏览器左上角的标题就是<title>里的内容。<meta>则有很多种元素,常见的有这么几种;
<meta name=”keywords” content=”keywords”> 用来标记给搜索引擎抓取关键词的地方。
<meta name=”author” content=xxx>标记该网页作者的名字。
<meta http-equiv=”content-type” content=”text/html; charset=UTF-8″>标记页面为html文档,该页面使用UTF-8来解码。

还有就是我们常见的自动刷新页面的meta

<meta http=equiv=”refresh” content=”60; URL=http://www.baidu.com”> 定义60秒钟自动刷新一次页面。

我猜~这些文章你可能也感兴趣

暂时没有留言..

给我留言:

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word