diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:49:58 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:49:58 +0100 |
commit | 1d435be33d8b76cd7b06cd06996c19d74f83cfd4 (patch) | |
tree | 86057a0d5693744915564716a97ba7466c041e6e /files/pt-br/web/html/inline_elements | |
parent | 68fc8e96a9629e73469ed457abd955e548ec670c (diff) | |
download | translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.tar.gz translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.tar.bz2 translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.zip |
unslug pt-br: modify
Diffstat (limited to 'files/pt-br/web/html/inline_elements')
-rw-r--r-- | files/pt-br/web/html/inline_elements/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/pt-br/web/html/inline_elements/index.html b/files/pt-br/web/html/inline_elements/index.html index 7a5866b243..80bc6e2451 100644 --- a/files/pt-br/web/html/inline_elements/index.html +++ b/files/pt-br/web/html/inline_elements/index.html @@ -1,7 +1,8 @@ --- title: Elementos inline -slug: Web/HTML/Inline_elemente +slug: Web/HTML/Inline_elements translation_of: Web/HTML/Inline_elements +original_slug: Web/HTML/Inline_elemente --- <h3 id="Summary" name="Summary">Sumário</h3> <p>"Inline" é uma categorização dos elementos do HTML, em contraste com os <a href="/en-US/docs/HTML/Block-level_elements">"elementos de bloco"</a>. Os elementos inline podem ser exibidos em nível de bloco ou outros elementos inline. Eles ocupam somente a largura de seu conteúdo. A diferença entre elementos inline e bloco incluem:</p> |