Expand description
Common attributes
Note that you may create your own attribute by using Attribute::new or Attribute::new_flag
Or by leveraging on of the From implementation on Attribute
Enums§
- Represent an anchor target
Functions§
actionattributealtattributeasyncattributecharsetattribute- Alias for
charset("UTF-8") classattributecolsattributecontentattributecrossorigin="anonymous"crossorigin="use-credentials"deferattributedownloadflag attributedownloadattribute with a file name argumentforattributeheightattributeheightattribute with ani32valuehrefattributeidattributeintegrityattributelangattribute (usually onhtmlelement)maxattributemaxlengthattributemethod_getattributemethod_getattributeminattributeminlengthattributemultipleattributenameattributepatternattributeplaceholderattributerelattributerequiredattributerowsattributesrcattributetargetattribute for<a>- Alias for
target(Target::Blank) typeattributetype="checkbox"(checkbox input)type="date"(date input)type="email"(email input)type="file"(file input)type="hidden"(hidden input)type="month"(month input)type="number"(number input)type="password"(password input)type="radio"(radio input)type="range"(range input)type="reset"(reset button)type="submit"(reset button)type="tel"(phone number input)type="text"(text input)valueattributewidthattributewidthattribute with ani32value