一--引入javascript

1)内部标签:

1 <script>
2 //.....
3

2)外部引入:

abc.js

1 //....

text.html:

1 <script src="abc.js> </script>