Why did my submit button disappear

Hi. why did my submit button disappear I’m lost

Form a Story Form A Story Logo
<section id="main">
  <h1>Complete the Form -<br> Complete the Story!</h1>
  <hr>
  <!--Add your form below:-->
  <form action="story.html" method="GET">


<label for="animal-1">Animal:</label>
<input id="animal-1" type="text" name="animal-1"/>
<br/>


<label for="animal-2">Another Animal:</label>
<input id="animal-2" type="text"   name="animal-2" required />
<br />

One More Animal:


<label for="adj-1">Adjective(ends in -ed): </label> 
<input id="adj-1" type="text" name="adj-1" required />
<br/>

Verb(ends- in ing):


Number:


Yes or No:

Yes

No

Relative speed(ends in -er):

Hi there!

Could you properly format your code, please? It’s difficult to offer assistance when it’s pasted as is.

You do so by using Preformatted text option above the text box ( </> ), pressing Ctrl + e, or you can copy and paste this:

```
type or paste code here
```

Thank you! :slight_smile: