Answer (Choose 1 answer)
A. #button { height: 30px; width: 750px; text: black; }
B. button { height: 30px; width: 750px; color: black; }
C. button { height: 30px; width: 750px; text: black; }
D. #button { height: 30px; width: 750px; color: black; }
Which of the following would be used to create class called button which has a width of 750p 30px and the color of the text is black?