如何在 HTML 中指定元素在页面加载时自动获得焦点?


使用 autofocus 属性可在 HTML 中指定元素在页面加载时自动获得焦点 -

示例

你可以尝试运行以下代码来学习如何在 HTML 中实现 autofocus 属性 -

<!DOCTYPE html>
<html>
   <body>
      <p>Click on the below button to generate an alert box.</p>
      <button type = "button" autofocus onclick = "alert('Welcome!')">Result</button>
   </body>
</html>

更新时间: 2020 年 3 月 2 日

197 次浏览

开始你的 职业生涯

完成课程获得认证

开始
广告