Skip to content

Commit

Permalink
correct html closing tag (typo) (mdn#37217)
Browse files Browse the repository at this point in the history
* correct html closing tag

* Update files/en-us/web/html/element/summary/index.md

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update files/en-us/web/html/element/summary/index.md

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update index.md

---------

Co-authored-by: Joshua Chen <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chris Mills <[email protected]>
  • Loading branch information
4 people authored and Allan Bonadio committed Dec 25, 2024
1 parent 863c021 commit 4a21d44
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions files/en-us/web/html/element/summary/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,17 +158,28 @@ The CSS includes the `[open]` [attribute selector](/en-US/docs/Web/CSS/Attribute

```html
<details>
<h1>Quotes from Helen Keller</h2>
<h1>Quotes from Helen Keller</h1>
<summary>On women's rights</summary>
<p>
<q>We have prayed, we have coaxed, we have begged, for the vote, with the hope that men, out of chivalry, would bestow equal rights upon women and take them into partnership in the affairs of the state. We hoped that their common sense would triumph over prejudices and stupidity. We thought their boasted sense of justice would overcome the errors that so often fetter the human spirit; but we have always gone away empty-handed. We shall beg no more.</q>
<q
>We have prayed, we have coaxed, we have begged, for the vote, with the
hope that men, out of chivalry, would bestow equal rights upon women and
take them into partnership in the affairs of the state. We hoped that
their common sense would triumph over prejudices and stupidity. We thought
their boasted sense of justice would overcome the errors that so often
fetter the human spirit; but we have always gone away empty-handed. We
shall beg no more.</q
>
</p>
</details>

<details>
<summary>On optimism</summary>
<p>
<q>Optimism is the faith that leads to achievement; nothing can be done without hope.</q>
<q
>Optimism is the faith that leads to achievement; nothing can be done
without hope.</q
>
</p>
</details>
```
Expand Down

0 comments on commit 4a21d44

Please sign in to comment.