close
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Javascript</title>
<script type="text/javascript">
alert("Hello World");
// alert程式內部內建的命令,呼叫後面小括號之內容
// ;分號表示命令結束
//畫面上出現警告視窗alert,並出現小括號內字串
alert("Hello Ada");
</script>
<!-- 加入JAVASCRIPT的程式碼 -->
<!-- 給予標籤屬性 type告知寫的語言為javascript -->
</head>
<body>
</body>
</html>
參考影片: https://goo.gl/z7sp8b
全站熱搜