源代码:
下载代码
AI 编程工具
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>菜鸟教程(runoob.com)</title> </head> <body> <textarea rows="4" cols="50" autofocus> 在 runoob.com 你将学会如何制作网站。我们提供了基础的 web 技术教程。 </textarea> <p><strong>注意:</strong> Internet Explorer 9 及之前的版本支持 textarea 标签的 autofocus 属性。 </p> </body> </html>
运行结果: