填写信息的文章区域text_area

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style>
textarea{
width: 500px;
height: 300px;
}
</style>
</head>
<body>
<textarea></textarea>
</body>
</html>

posted on 2016-03-01 19:15  hduhdc  阅读(95)  评论(0编辑  收藏  举报