1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | <%@ Language="VBScript" %> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title></title> </head> <body> <h1 > welcome to my site </h1> <form action="" method="post" style="height: 290px"> <table border = "1" style="width: 322px; height: 87px"> <tr> <th colspan = "3">Time Table</th> </tr> <tr> <td>Column 1</td> <td >Column 2</td> <td>Column 3</td> </tr> </table> </form> </body> </html> |