which of the following lines would correctly create a button that reads "More information"?
A. </button type="button"> More information<button>
B. <button type="button" More information</button>
C. <button type="button"> More information</button>
D. <b type="button"> More information
1 answer
C. <button type="button"> More information</button>