HTML
HTML5 表单属性
让 "First name" input 输入域在页面载入时自动聚焦
源代码:
点击运行 »
First name:<input type="text" name="fname" autofocus>
运行结果:
点击运行 »