file input form has the following:
//define file input
//accept multiple files to be uploaded by user
//type of file to be accepted
//taking audio file from user's device microphon
//taking video file from user's device front camera
//taking image from user's device camera facing enviroment
they share theses attributes: min,max and step.
they share: pattern,minlength,maxlength ,spellcheck and size.
data submission buttons are identical and share these attributes:
any html between it's two tags is converted into text.takes some special attr: rows,cols and wrap.
text
attributes are used.
global attributes only.namely id is the most used.
uses attribute multiple
to let users select more than one option.uses applicable commonly shared attributes listed at the end of ths page.
when used on datalist
it is nothing other than option element that uses applicable commonly shared element.with select
however,attribut selected
is used to set one of several options available by default.value
attribute is subnited with form and if not specified.content bettwen closing tags is considered to be value.keep value
attribute's content and in bettween tags content similar.however the submited content is value
attribute value.
attributes value,min,max,low,high and optimal
attributes value and max.