Question

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</b>

Answers

GPT 3.5
<button type="button"> More information</button>

Related Questions