实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
您是谁?
6
<textarea rows="4" cols="50" placeholder="描述信息...">
7
</textarea>
8
9
<p><strong>注意:</strong>Internet Explorer 9 及更早 IE 版本不支持 textarea 标签的  placeholder 属性。</p>
10
11
</body>
12
</html>
13