源代码
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>编程字典</title> </head> <body> <textarea rows="4" cols="50" autofocus> 在编程字典,你将学习如何去创建网站。我们免费提供所有web开发技术教程。 </textarea> <p><strong>注意:</strong> IE9和更早的版本不支持textarea的 autofocus 属性</p> </body> </html>
运行结果