diff options
-rw-r--r-- | files/pt-br/web/html/global_attributes/title/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/web/html/global_attributes/title/index.html b/files/pt-br/web/html/global_attributes/title/index.html index d216966e41..61ff933b7b 100644 --- a/files/pt-br/web/html/global_attributes/title/index.html +++ b/files/pt-br/web/html/global_attributes/title/index.html @@ -25,7 +25,7 @@ translation_of: Web/HTML/Global_attributes/title <p>O atributo <strong>title</strong> pode conter várias linhas. Cada <code>U+000A LINE FEED</code> (<code>LF</code>) inserida representa uma nova linha. Alguns cuidados devem ser tomados, como a seguir:</p> <pre class="brush: html"><p>Novas linhas em título devem ser levadas em conta, como este <abbr title="Este é um -título de multiplas linhas">examplo</abbr>.</p> +título de multiplas linhas">exemplo</abbr>.</p> </pre> <p>Este exemplo define um título de duas linhas.</p> |