如何在 HTML 中設定元素名稱?
使用 name 屬性來設定元素的名稱。您可以將它與以下 HTML 元素結合使用: <button>、<fieldset>、<form>、<iframe>、<input>、<map>、<meta>、<object>、<output>、<param>、<select>、<textarea>
示例
您可以嘗試執行以下程式碼來實現 name 屬性 −
<!DOCTYPE html> <html> <body> Subject: <input type = "text" name = "sub" spellcheck = "true"> <p>Add an incorrect spelling for a word above and see what happens.</p> <p contenteditable = "true" spellcheck = "true">This is an editable conttent, with a spelling mistake. Click to edit.</p> </body> </html>
廣告
資料結構
網路
RDBMS
作業系統
Java
iOS
HTML
CSS
Android
Python
C 程式設計
C++
C#
MongoDB
MySQL
Javascript
PHP