-
With which element width attribute is not define?
-
- <embed>
- <textarea>
- <object>
- <input>
- None of these
Correct Option: B
width attribute is defined with <object>, <iframe>, <img>, <video>, <canvas>, <embed>, <input>. <textarea> is used commonly with autofocus, cols, dirname, disabled, form, maxlength, minlength, name, placeholder, readonly, rows and many other attributes.