I have updated the solution for this file. (#31749)

* I have updated the solution for this file.

I have added the expected output of the  challenge seed code.

* Update add-a-submit-button-to-a-form.english.md

Placed solution in ```html tags

* Update add-a-submit-button-to-a-form.english.md
This commit is contained in:
SGokul1
2019-02-15 00:58:40 +05:30
committed by Randell Dawson
parent 91684b8bf8
commit 08b9c3c7fb

View File

@ -67,18 +67,12 @@ tests:
```
</div>
</section>
## Solution
<section id='solution'>
<div id='html-seed'>
```js
// solution required
```html
<h2>CatPhotoApp</h2>
<main>
<p>Click here to view more <a href="#">cat photos</a>.</p>
@ -103,6 +97,5 @@ tests:
</form>
</main>
```
</div>
</section>