2,网页学习:html对象,document对象

HTML的结构:

2,网页学习:html对象,document对象
<html>
    <head>
         <title>
         </title>
    </head>
    <body>
    </body>
</html>
2,网页学习:html对象,document对象

HTML Document结构:

Doc ,对象,对象集合,对象方法。可以理解HTML DOC 为软件开发中的API。

<head>标签内容介绍:

2,网页学习:html对象,document对象
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>建站学-个人建站指南,网页制作,网站设计,网站制作,网站赚钱教程</title>
<meta name="keywords" content="网页制作软件,网页制作,建站,网站建设,网页设计,网页制作教程">
<meta name="description" content="建站学,免费提供网站制作从入门到精通,从网站建设、网站运营、网站推广到网站赚钱全过程学习参考教程。为建站者导航!">
<link href="http://www.jzxue.com/image/base.css" rel="stylesheet" type="text/css" />
<link href="http://www.jzxue.com/image/sindex.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/image/action.js"></script>
<script type="text/javascript" src="/image/pptBox.js"></script>
<link rel="shortcut icon" href="favicon.ico" />
<script language="javascript"> 
<!--
/*屏蔽js错误*/
function killerrors() { 
return true; 
} 
window.onerror = killerrors; 
//-->
</script>
</head>
2,网页学习:html对象,document对象
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta name="keywords" content="网页制作软件,网页制作,建站,网站建设,网页设计,网页制作教程">

  <meta>可以提供页面设置和各大搜索引擎的关键词。

<link href="http://www.jzxue.com/image/base.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/image/action.js"></script>
<link rel="shortcut icon" href="favicon.ico" /><!--窗口缩略图标-->
css以及javascript外部引用方法


2,网页学习:html对象,document对象,布布扣,bubuko.com

2,网页学习:html对象,document对象

上一篇:温故知新 javascript 正则表达式


下一篇:linux文件权限概念