import java.awt.*;
import java.awt.event.*;
- Apr 10 Fri 2015 14:00
4/10第六週
- Mar 20 Fri 2015 13:56
3/20第三週
<html> <head> <title> The First Example: 1to 10 </title> </head> <body> <h2> This line is HTML </h2> <script language="JavaScript"> <!-- document.write("1,2,3,4,5,6,7,8,9,10.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>