There is anywhere a list of all the values that can be included in the "input" attribute? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

There is anywhere a list of all the values that can be included in the "input" attribute?

12th Jul 2016, 6:53 PM
Shalom Ori Danino
Shalom Ori Danino - avatar
5 Answers
+ 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. 😊
13th Jul 2016, 1:18 PM
Azwan Abdullah
Azwan Abdullah - avatar
+ 1
To find and know all available attribute that you can use with certain tag, you can try to search online. ☺
13th Jul 2016, 1:20 PM
Azwan Abdullah
Azwan Abdullah - avatar
0
I mean the kinds of the types...
13th Jul 2016, 8:38 AM
Shalom Ori Danino
Shalom Ori Danino - avatar
0
thank you bro. but there is a certain website for it? something like an official website of HTML5?
13th Jul 2016, 1:52 PM
Shalom Ori Danino
Shalom Ori Danino - avatar
0
You can visit W3Schools.com to learn and explore many things about HTML and other web programming language.
13th Jul 2016, 1:58 PM
Azwan Abdullah
Azwan Abdullah - avatar