2015年3月12日 星期四

0312 --- ("Hello, 珮宣.This sentence is written using JavaScript.");

1. 使用wordpad 儲存下列程式碼,檔名為index.txt


<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>



2.更改副檔名為index.htm
3.使用wordpad開啟,將紅字改為自己名字

document.write("Hello, World.This sentence is written using JavaScript.");

4.結果

沒有留言:

張貼留言