码迷,mamicode.com
首页 > Web开发 > 详细

html -- textarea

时间:2015-08-07 13:12:58      阅读:116      评论:0      收藏:0      [点我收藏+]

标签:

html – textarea

html – textarea

$content = file_get_contents($file);
echo ‘<textarea readonly="readonly" style="resize:none" cols="80" rows="15">‘.$content.‘</textarea>‘;
<textarea cols="10" rows="20"></textarea>
<textarea rows="5" cols="60">this is default text</textarea><br>
<textarea rows="8" cols="50" placeholder="this is default shadow" style="resize:none;"></textarea>
<textarea style = "resize: none;  width:800px; height: 800px"></textarea>
<textarea style = "max-width: 800px; max-height: 800px; width:200px; height: 200px"></textarea>
<textarea readonly="true"></textarea>
<textarea disabled="true"></textarea>

html -- textarea

标签:

原文地址:http://www.cnblogs.com/sunznx/p/4710398.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!