a) Changes color of the text
b) Changes background color
c) The color picker is defined by it
d) Changes color of the text as well as background
Answer: c
Explanation: color is the attribute of <input> element introduce by HTML5. It defines the color picker i.e we can select a color of our choice from the color picker. Syntax is Select the color that you want: <input type=”color” name=”favorite color”>
Related Posts
Which attribute defines the file-select field?
Which attribute is used for activation of JavaScript?
Which of the following is a new input attribute introduce by HTML5?
What is the default type of ‘type’ attribute of <input> element?
Which browser supports mozCurrentSampleOffset?
What can not be done by controls attribute?
Which of the following is not a Boolean attribute for <audio> element?
Join The Discussion