实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<textarea rows="4" cols="50" autofocus>
6
在 shouce.ren 你将学会如何制作网站。我们提供了最全的web技术教程。
7
</textarea>
8
9
<p><strong>注意:</strong> Internet Explorer 9 及之前的版本支持 textarea 标签的 autofocus 属性。 </p>
10
11
</body>
12
</html>
13