风故故,也依依

Stand still in the wind.

导航

JavaScript基础之'script'Tag的使用

Use the 'script' tag to incluse your javascript code

代码如下:

<html>
<head>
<title>Title of Document</title>

<script>

// All Your Javascript Code goes In Here Between the opening and closing script tags.

</script>

</head>
<body>

The content of
your page here.

</body>
</html>

posted on 2007-09-25 11:25  jadmin  阅读(331)  评论(0编辑  收藏  举报