1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
|
---
title: <pre>
slug: Web/HTML/Element/pre
tags:
- Element
- HTML
- HTML grouping content
- 'HTML:Flow content'
- Reference
- Web
translation_of: Web/HTML/Element/pre
---
<div>{{HTMLRef}}</div>
<p>L'<strong>element HTML <code><pre></code></strong> (o <em>text preformatat HTML</em>) Representa el text amb format previ. El text dins d'aquest element en general es mostra en una font no proporcional ("<a href="https://developer.mozilla.org/en-US/docs/XUL/Style/monospace">espai senzill (monoespace)</a>") tal com es presenta a l'arxiu. Els espais en blanc dins d'aquest element es mostran tal com s'han escrit.</p>
<div class="note">
<p><strong>Nota:</strong> haureu d'evitar qualsevol contingut '<code><</code>' caràcters com '<code>& lt;</code>' per assegurar-vos que el codi tancat no s'interpreti com marcat.</p>
</div>
<table class="properties">
<tbody>
<tr>
<th scope="row"><a href="/en-US/docs/Web/Guide/HTML/Content_categories">Categories de contingut</a></th>
<td><a href="/en-US/docs/Web/Guide/HTML/Content_categories#Flow_content">Contingut dinàmic</a>, contingut palpable.</td>
</tr>
<tr>
<th scope="row">Contingut permès</th>
<td><a href="/en-US/docs/Web/Guide/HTML/Content_categories#Phrasing_content">Phrasing content</a>.</td>
</tr>
<tr>
<th scope="row">Omissió de l'etiqueta</th>
<td>{{no_tag_omission}}</td>
</tr>
<tr>
<th scope="row">Elements pares permesos</th>
<td>Qualsevol element que accepti <a href="/en-US/docs/Web/Guide/HTML/Content_categories#Flow_content">contingut dinàmic</a>.</td>
</tr>
<tr>
<th scope="row">Interfície DOM</th>
<td>{{domxref("HTMLPreElement")}}</td>
</tr>
</tbody>
</table>
<h2 id="Atributs">Atributs</h2>
<p>Aquest element només inclou els <a href="/en-US/docs/Web/HTML/Global_attributes">atributs globals</a>.</p>
<dl>
<dt>{{htmlattrdef("cols")}} {{non-standard_inline}}{{obsolete_inline}}</dt>
<dd>Conté el nombre de caràcters <em>preferit</em> que una línia hauria de tenir. Era un sinònim no estàndard de {{htmlattrxref("width", "pre")}}. Per aconseguir aquest efecte, utilitzar al seu lloc CSS {{Cssxref("width")}}.</dd>
<dt>{{htmlattrdef("width")}} {{obsolete_inline}}</dt>
<dd>Conté el nombre de caràcters <em>preferit</em> que una línia hauria de tenir. <span id="result_box" lang="ca"><span class="alt-edited">Encara que tècnicament segueix vigent, aquest atribut no té cap efecte visual</span></span>; per aconseguir aquest efecte, utilitzar al seu lloc CSS {{Cssxref("width")}}.</dd>
<dt>{{htmlattrdef("wrap")}} {{non-standard_inline}}</dt>
<dd>És una <em>pista</em> que indica com ha de succeir el desbordament. En el navegador modern aquest suggeriment és ignorat i no hi ha resultats dels efectes visuals en l'actualitat; per aconseguir aquest efecte, utilitzar al seu lloc CSS {{Cssxref("white-space")}}.</dd>
</dl>
<h2 id="Exemples">Exemples</h2>
<pre class="brush: html"><!-- Some example CSS code -->
<pre>
body {
color:red;
}
</pre>
</pre>
<h3 id="Resultat">Resultat</h3>
<pre>body {
color:red;
}
</pre>
<h2 id="Especificacions">Especificacions</h2>
<table class="standard-table">
<thead>
<tr>
<th scope="col">Especificació</th>
<th scope="col">Estat</th>
<th scope="col">Comentari</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{SpecName('HTML WHATWG', 'grouping-content.html#the-pre-element', '<pre>')}}</td>
<td>{{Spec2('HTML WHATWG')}}</td>
<td><span class="short_text" id="result_box" lang="ca"><span>Cap canvi</span> <span>significatiu</span> <span>des</span></span> de {{SpecName("HTML WHATWG")}}</td>
</tr>
<tr>
<td>{{SpecName('HTML5 W3C', 'grouping-content.html#the-pre-element', '<pre>')}}</td>
<td>{{Spec2('HTML5 W3C')}}</td>
<td><span class="short_text" id="result_box" lang="ca"><span>Cap canvi</span> <span>significatiu</span> <span>des</span></span> de {{SpecName("HTML4.01")}}</td>
</tr>
<tr>
<td>{{SpecName('HTML4.01', 'struct/text.html#h-9.3.4', '<dl>')}}</td>
<td>{{Spec2('HTML4.01')}}</td>
<td>Desaprovat l'atribut <code>cols</code></td>
</tr>
</tbody>
</table>
<h2 id="Navegadors_compatibles">Navegadors compatibles</h2>
<p>{{CompatibilityTable}}</p>
<div id="compat-desktop">
<table class="compat-table">
<tbody>
<tr>
<th>Característica</th>
<th>Chrome</th>
<th>Firefox (Gecko)</th>
<th>Internet Explorer</th>
<th>Opera</th>
<th>Safari (WebKit)</th>
</tr>
<tr>
<td>Suport bàsic</td>
<td>1.0</td>
<td>{{CompatGeckoDesktop("1.0")}}</td>
<td>{{CompatVersionUnknown}}</td>
<td>{{CompatVersionUnknown}}</td>
<td>{{CompatVersionUnknown}}</td>
</tr>
<tr>
<td><code>width</code></td>
<td>{{CompatVersionUnknown}}<sup>[1]</sup></td>
<td>{{CompatGeckoDesktop("1.0")}}<br>
{{CompatGeckoDesktop("29.0")}}<sup>[1]</sup></td>
<td>{{CompatVersionUnknown}}<sup>[1]</sup></td>
<td>{{CompatVersionUnknown}}<sup>[1]</sup></td>
<td>{{CompatVersionUnknown}}<sup>[1]</sup></td>
</tr>
<tr>
<td><code>cols</code></td>
<td>{{CompatNo}}</td>
<td>{{CompatGeckoDesktop("1.0")}}<br>
{{CompatNo}} {{CompatGeckoDesktop("29.0")}}</td>
<td>{{CompatNo}}</td>
<td>{{CompatNo}}</td>
<td>{{CompatNo}}</td>
</tr>
<tr>
<td><code>wrap</code></td>
<td>{{CompatUnknown}}</td>
<td>{{CompatGeckoDesktop("1.0")}}</td>
<td>{{CompatUnknown}}</td>
<td>{{CompatUnknown}}</td>
<td>{{CompatUnknown}}</td>
</tr>
</tbody>
</table>
</div>
<div id="compat-mobile">
<table class="compat-table">
<tbody>
<tr>
<th>Característica</th>
<th>Android</th>
<th>Firefox Mobile (Gecko)</th>
<th>IE Phone</th>
<th>Opera Mobile</th>
<th>Safari Mobile</th>
</tr>
<tr>
<td>Suport bàsic</td>
<td>{{CompatVersionUnknown}}</td>
<td>{{CompatGeckoMobile("1.0")}}</td>
<td>{{CompatVersionUnknown}}</td>
<td>{{CompatVersionUnknown}}</td>
<td>{{CompatVersionUnknown}}</td>
</tr>
<tr>
<td><code>width</code></td>
<td>{{CompatUnknown}}</td>
<td>{{CompatGeckoMobile("1.0")}}{{CompatGeckoMobile("29.0")}}<sup>[1]</sup></td>
<td>{{CompatUnknown}}</td>
<td>{{CompatUnknown}}</td>
<td>{{CompatUnknown}}</td>
</tr>
<tr>
<td><code>cols</code></td>
<td>{{CompatNo}}</td>
<td>{{CompatGeckoMobile("1.0")}}</td>
<td>{{CompatNo}}</td>
<td>{{CompatNo}}</td>
<td>{{CompatNo}}</td>
</tr>
<tr>
<td><code>wrap</code></td>
<td>{{CompatUnknown}}</td>
<td>{{CompatGeckoMobile("1.0")}}</td>
<td>{{CompatUnknown}}</td>
<td>{{CompatUnknown}}</td>
<td>{{CompatUnknown}}</td>
</tr>
</tbody>
</table>
</div>
<p>[1] Especificar l'atribut <code>width</code> no té cap efecte en el disseny.</p>
<h2 id="Veure">Veure</h2>
<ul>
<li>CSS: {{Cssxref('white-space')}}, {{Cssxref('word-break')}}</li>
</ul>
|