2014年6月18日 星期三

Web(3) HTML +Java Script 的HELLO WORLD

做一個簡單的"Hello world"程式。
結果如下:




l   Sample code 如下:
<html>
<head>
</head>
 <body>
  <h1>
<script type='text/javascript'>
        var userName = document.write("Hello, world!")
</script>
</h1>
 </body>
</html>


沒有留言:

張貼留言