使用 autofocus 屬性指定元素應在 HTML 中加載頁面時自動獲得焦點 –
示例 h2>
您可以嘗試運行以下代碼來了解如何在 HTML 中實現自動對焦屬性 –
<!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>
登錄后復制
以上就是在HTML中如何指定元素在頁面加載時自動獲取焦點?的詳細內容,更多請關注www.92cms.cn其它相關文章!