<!DOCTYPE html>
<html>
<body>
<h1>textarea autofocus 属性</h1>
<textarea rows="4" cols="50" autofocus>
在 w3school.com.cn,您将学习如何制作网站。我们提供所有 Web 开发技术的免费教程。
</textarea>
</body>
</html>