<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">html
<html xmlns="http://www.w3.org/1999/xhtml">ui
<head>spa
<title>如何引入js</title>xml
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />htm
<meta name="description" content="布爾教育 http://www.itbool.com" />ip
<script>utf-8
var str="heloworld";input
document.write(str.indexOf("he"));it
</script>io
<script src="./hello.js"></script>
</head>
<body>
<p>引入js的兩種方式 </p>
1. <script> </script>
2.外部js文件src="./helo.js"
<p>引入js的兩種方式 </p>
1. <script> </script>
2.外部js文件src="./helo.js"
select#select 快捷鍵#表示爲id
p>qq >表示子類的標籤
table#t1>th+tr +號表示並列
table{1} {}表示內容
table.q .表示calss名
table*2 *表示重複次數
input:button 改變屬性
一般script寫到代碼的最後
</body>
</html>