如何在 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 次浏览

开启您的 职业生涯

通过完成课程获得认证

开始学习
广告