HTML 5 Attributes

By ukmodak | March 31st 2024 10:39:13 AM | viewed 286 times
Attributes Name Code
autocomplete <form name="user" autocomplete="on" > </form >
novalidate Indicates that the form is not to be validated on submit
<form name="user" novalidate > </form >
formaction <input type="submit" formaction="demo_admin.asp" >
formenctype <input type="submit" formenctype="multipart/form-data" >
formmethod <input type="submit" formmethod="post" formaction="demo_post.asp" >
autofocus <input name="date" autofocus >
max <input type="date" name="bday" max="1979-12-31" >
min <input type="date" name="bday" min="1979-12-31" >
min,max <input type="number" name="quantity" min="1" max="5" >
multiple <input type="file" name="img" multiple >
pattern <input type="text" name="code" pattern="[A-Za-z]{3}" >
placeholder <input type="text" name="fname" placeholder="First name" >
required <input type="text" name="usrname" required >
step <input type="number" name="points" step="3" >
bONEandALL
Visitor

Total : 21253

Today :43

Today Visit Country :

  • United States
  • Canada
  • China
  • Latvia
  • Czechia
  • Singapore
  • Portugal
  • Ireland
  • The Netherlands
  • Germany