HTML教程
label
表单
标签示例
联系我们
可爱的猴子
<!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 label 标签示例</title> </head> <body> <form id="dreamduform" action="http://www.dreamdu.com/dreamdu.php" method="post"> <label for="contactus">联系我们</label> <textarea cols="50" rows="10" id="contactus"> 可爱的猴子 </textarea> </form> </body> </html>