第一個 javascript 頁面,使用 alert("");

	
	<script>
		alert("Hello JavaScript");
	</script>