當頁面在沒有 HTML 中支援 JavaSript 時載入時,自動聚焦在文字框中?
autofocus 屬性是一個布林屬性。當出現時,它指定當頁面載入時 <input> 元素應該自動獲得焦點。以下給出示例
<!DOCTYPE html> <html> <body> <form action = "/new.php"> First Name: <input type = "text" name = "fname" autofocus><br> Last Name: <input type = "text" name = "lname"><br> <input type="submit"> </form> </body> </html>
廣告
資料結構
網路
關係資料庫管理系統
作業系統
Java
iOS
HTML
CSS
Android
Python
C 程式設計
C++
C#
MongoDB
MySQL
Javascript
PHP