使用autofocus 屬性指定元素應在HTML 中載入頁面時自動取得焦點-
#您可以嘗試執行以下程式碼來了解如何在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中如何指定元素在頁面載入時自動取得焦點?的詳細內容。更多資訊請關注PHP中文網其他相關文章!