https://www.w3.org/TR/html401/interact/forms.html#edef-LABEL

 

<!ELEMENT LABEL - - (%inline;)* -(LABEL) -- form field label text -->
<!ATTLIST LABEL
  %attrs;                              -- %coreattrs, %i18n, %events --
  for         IDREF          #IMPLIED  -- matches field ID value --
  accesskey   %Character;    #IMPLIED  -- accessibility key character --
  onfocus     %Script;       #IMPLIED  -- the element got the focus --
  onblur      %Script;       #IMPLIED  -- the element lost the focus --
  >

相关文章:

  • 2021-12-05
  • 2021-11-27
  • 2022-12-23
  • 2021-04-29
  • 2021-04-13
  • 2021-08-19
  • 2022-12-23
  • 2021-06-22
猜你喜欢
  • 2022-12-23
  • 2021-08-05
  • 2021-04-06
  • 2022-12-23
相关资源
相似解决方案