html - valid order for attributes of input type tag -


i know it's basic question , hope not important, want know answer, please don't suggest refer links.

we daily face <input> type tag , attributes (type, class, id, value, name, size, maxlength, tabindex etc..), want know

  • is there specific order required attributes in <input> tag or can use order?
  • if there order it?

you can use sequence


Comments

Popular posts from this blog

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

c# - Add item to Generic List / Collection using reflection -