I’m going to ask you, is the <input> nested inside of the <form> you added? It doesn’t look like it is to me. Nested means:
<form>
<input>
</form>
You can add elements, such as a <form> to the existing code.
I’m going to ask you, is the <input> nested inside of the <form> you added? It doesn’t look like it is to me. Nested means:
<form>
<input>
</form>
You can add elements, such as a <form> to the existing code.