Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions files/en-us/web/css/reference/values/attr/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ blockquote::after {

```html interactive-example
<blockquote cite="https://mozilla.org/en-US/about/">
Mozilla makes browsers, apps, code, and tools that put people before profit.
Mozilla is working to put control of the internet back in the hands of the people using it.
</blockquote>

<blockquote cite="https://web.dev/about/">
Google believes in an open, accessible, private, and secure web.
Build beautiful, accessible, fast, and secure websites that work cross-browser.
</blockquote>
```

Expand Down
Loading