54.3k views
0 votes
<BUTTON TYPE="BUTTON" VALUE="SUBMIT">SUBMIT YOUR FORM</BUTTON>

</FORM>
</BODY>
</HTML>
Write the question of this programming .​

User Nedlinin
by
6.0k points

1 Answer

4 votes

Answer:

The correct answer to this question is given below in the explanation section.

Step-by-step explanation:

This is an inference question. I mean that in this question, an answer is given, you have to generate the question.

The given code is :

BUTTON TYPE="BUTTON" VALUE="SUBMIT">SUBMIT YOUR FORM</BUTTON>

</FORM>

</BODY>

</HTML>

So, the answer (i.e. to write a question) is

Write a HTML code that displays a button in its body with the text "Submit Your Form ".

User PVitt
by
5.4k points