+ 1
Image control in html forms
What does "image control" exactly means in terms of html forms. Does it mean image button ?
6 Answers
+ 3
Where did you read that? I hear about this for the first time send a link, I'm also interested, maybe we'll figure it out together))
+ 2
controls in <img> is deprecated in HTML5. (Better not even try to relate it with <img> tag).
But <video> tag has controls
+ 2
Rishi Anand What are the controls of the img tag? What do you mean?
+ 2
Rishi Anand Thanks, interesting article.
+ 1
I learned something new. Have never used it, even in HTML 4.01.