aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/pt-br/web/html/global_attributes/title/index.html2
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">&lt;p&gt;Novas linhas em título devem ser levadas em conta, como este &lt;abbr title="Este é um
-título de multiplas linhas"&gt;examplo&lt;/abbr&gt;.&lt;/p&gt;
+título de multiplas linhas"&gt;exemplo&lt;/abbr&gt;.&lt;/p&gt;
</pre>
<p>Este exemplo define um título de duas linhas.</p>