您的位置:
寻梦网首页
>
编程乐园
>
HTML园地
>
HTML实用教程
HTML教程
textarea
表单
标签示例
联系我们
可爱的猴子:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>HTML textarea 标签示例</title> </head> <body> <p>
HTML教程
<a href="http://www.dreamdu.com/xhtml/"><strong>textarea</strong></a> <a href="http://www.dreamdu.com/xhtml/">表单</a>标签示例</p> <form action="http://www.dreamdu.com/dreamdu.php" method="post" id="dreamduform"> <label for="contactus">联系我们</label> <textarea cols="50" rows="10" id="contactus" name="contactus"> 可爱的猴子:
</textarea> </form> </body> </html>