2015年3月12日 星期四

java


<html>
<head>
<title> The First Example: Hello, World </title>
</head>
<body>
<h2> This line is HTML </h2>

<script language="JavaScript">

<!--
document.write("Hello, World.This sentence is written using JavaScript.");
// Text on the right of 2 slashes is comment
/* This is comment
that occur more than 1 line
*/
//-->
</script>
<noscript>
Sorry, but your browser doesn't run JavaScript.
</noscript>

<h2> This line is HTML </h2>
</body>
</html>


步驟1.開啟wordpad
步驟2.貼上程式碼
步驟3.更改姓名
步驟4.儲存檔案index 選擇txt副檔名
步驟5.更改副檔名為htm

沒有留言:

張貼留言