diff options
Diffstat (limited to 'files/pt-br/web/html/element/nobr/index.html')
-rw-r--r-- | files/pt-br/web/html/element/nobr/index.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/files/pt-br/web/html/element/nobr/index.html b/files/pt-br/web/html/element/nobr/index.html new file mode 100644 index 0000000000..87d37a0de3 --- /dev/null +++ b/files/pt-br/web/html/element/nobr/index.html @@ -0,0 +1,26 @@ +--- +title: <nobr> +slug: Web/HTML/Element/nobr +tags: + - Elemento + - HTML + - Não-padrão + - Referencia +translation_of: Web/HTML/Element/nobr +--- +<div>{{non-standard_header}}</div> + +<h2 id="Summary" name="Summary">Sumário</h2> + +<p><span class="seoSummary"><code><font face="Open Sans, sans-serif">O elemento HTML </font><nobr></code> previne que um texto quebre em uma nova linha automaticamente, de forma que ele seja exibido em uma única grande linha, podendo tornar o <em>scroll</em> (horizontal) necessário. Esta tag não é padrão HTML e não deve ser usada.</span> Como alternativa, use a propriedade CSS {{Cssxref("white-space")}} como segue:</p> + +<pre class="brush:css"><span style="white-space: nowrap">Texto longo sem quebras de linha</span></pre> + +<h2 id="See_also" name="See_also">Ver também</h2> + +<ul> + <li>{{Cssxref("white-space")}}</li> + <li>{{Cssxref("overflow")}}</li> +</ul> + +<div>{{HTMLRef}}</div> |