如何在 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>

更新於: 2020 年 3 月 3 日

202 次瀏覽

開啟你的 職業生涯

透過完成課程獲得認證

開始
廣告
© . All rights reserved.