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