Which of the following lines will correctly create a button that reads “More information”?
(1 point)
Responses
</button type="button"> More information<button>
More information
<button type="button" More information</button>
<button type="button"> More information</button>
More information
<b type="button"> More information
1 answer
<button type="button"> More information</button>