+ 1
There is anywhere a list of all the values that can be included in the "input" attribute?
5 Réponses
+ 1
I think you are mention about this <input> , right? ☺ Actually this is called a tag and input is a tagname, that is a name surrounded by both front and back angle brackets. Attribute are like this for example,
<img src="image.jpg" width="100" height="100" />
where src, width and height are called attribute respectively. Attribute are in the form of name-value pair.
Hope that answers your question. 😊
+ 1
To find and know all available attribute that you can use with certain tag, you can try to search online. ☺
0
I mean the kinds of the types...
0
thank you bro. but there is a certain website for it? something like an official website of HTML5?
0
You can visit W3Schools.com to learn and explore many things about HTML and other web programming language.