Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Dec 17, 2024
1 parent a46fd9e commit ae5e36c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions files/en-us/web/html/element/summary/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,25 +161,21 @@ The CSS includes the `[open]` [attribute selector](/en-US/docs/Web/CSS/Attribute
<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
<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 gone away empty-handed. We shall beg
no more.</q
>
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 ae5e36c

Please sign in to comment.