Skip to content

Commit

Permalink
Update files/pt-br/learn/css/building_blocks/selectors/attribute_sele…
Browse files Browse the repository at this point in the history
…ctors/index.md

Co-authored-by: Josiel Rocha <[email protected]>
  • Loading branch information
orpos and josielrocha authored Oct 2, 2023
1 parent 8979d25 commit 6ccabc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Como você sabe de seu estudo de HTML, os elementos podem ter atributos que forn

Esses seletores permitem a seleção de um elemento com base na presença de um atributo sozinho (por exemplo, href) ou em várias correspondências diferentes com o valor do atributo.

| Seletor | Example | Description |
| Seletor | Exemplo | Descrição |
| ---------------- | ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| `[attr]` | `a[title]` | Corresponde a elementos com um atributo attr (cujo nome é o valor entre colchetes). |
| `[attr=value]` | `a[href="https://example.com"]` | Corresponde a elementos com um atributo attr cujo valor é exatamente value - a string entre aspas. |
Expand Down

0 comments on commit 6ccabc7

Please sign in to comment.