今天到图书馆借了一本javascript的书,我要开始学习javascript了。
大概是领悟到了javascript网页设计上的特点就开始去学习它了。
以前的时候总是不知道,别人的导航条有一个漂亮的下拉菜单,还有一个完美的阴影图层。
觉得蛮神奇,今天我就要开始学习javascript了。首先送上我的helloworld
<html>
<head>
<title>
helloworld
</title>
<script type=”text/javascript”>
what_to_say=”hello”;
alert(what_to_say);
</script>
</head>
<body style=”overflow”:auto;”>
</body>
</html>
Tags: javascript