1 <!doctype html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>無標題文檔</title> 6 </head> 7 <p style="color:#FF0000"> 8 </p> 9 <form action="L3_01.html" method="get" > 10 用戶名:<input type="text" name="name" size="30"><br><br> 11 意見:<textarea name="textarea" id="" cols="30" rows="5" placeholder="請輸入您的意見,謝謝!!" style="background: #F0FFFF"></textarea><br> 12 <br><input type="submit" value="肯定"> <input type="reset"><br> 13 </form> 14 <body> 15 </body> 16 </html>