diff options
author | jonathan-matheus <91020639+jonathan-matheus@users.noreply.github.com> | 2021-12-26 20:56:31 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-26 20:56:31 -0300 |
commit | b5dcc457e2409fe4e840d63e1c19ee99e5acba7b (patch) | |
tree | f1bef2e7f2a25f00f00d283f9a9428a8f19eeedd | |
parent | 0a71bfa9cd291d8b3b8b41bfb68373c1ec33cc7a (diff) | |
download | translated-content-b5dcc457e2409fe4e840d63e1c19ee99e5acba7b.tar.gz translated-content-b5dcc457e2409fe4e840d63e1c19ee99e5acba7b.tar.bz2 translated-content-b5dcc457e2409fe4e840d63e1c19ee99e5acba7b.zip |
Corrigindo a palavra definida (#3449)
-rw-r--r-- | files/pt-br/web/html/element/th/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/web/html/element/th/index.html b/files/pt-br/web/html/element/th/index.html index 4a4a082307..93b2a44e03 100644 --- a/files/pt-br/web/html/element/th/index.html +++ b/files/pt-br/web/html/element/th/index.html @@ -5,7 +5,7 @@ translation_of: Web/HTML/Element/th --- <div>{{HTMLRef}}</div> -<p>O <strong>elemento</strong> <strong>HTML <code><th></code> </strong> define uma célula cabeçalho do grupo de células de sua tabela. A exatidão natural deste grupo é denifida pelos atributos {{htmlattrxref("scope", "th")}} e {{htmlattrxref("headers", "th")}}.</p> +<p>O <strong>elemento</strong> <strong>HTML <code><th></code> </strong> define uma célula cabeçalho do grupo de células de sua tabela. A exatidão natural deste grupo é definida pelos atributos {{htmlattrxref("scope", "th")}} e {{htmlattrxref("headers", "th")}}.</p> <div>{{EmbedInteractiveExample("pages/tabbed/th.html","tabbed-taller")}}</div> |