aboutsummaryrefslogtreecommitdiff
path: root/files/ca/web/html/element/head/index.html
blob: b8de050ddadbd44d8e14a9f2d3bc89ce9de5ff43 (plain)
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
---
title: <head>
slug: Web/HTML/Element/head
tags:
  - Element
  - HTML
  - HTML document metadata
  - Reference
  - Web
translation_of: Web/HTML/Element/head
---
<div>{{HTMLRef}}</div>

<p><span id="result_box" lang="ca"><span>L'<strong>element</strong></span><strong> <span>HTML</span> <code><span>&lt;</span><span>head</span><span>&gt;</span></code></strong> <span>proporciona informació</span> <span>general</span> <span>(</span><span>metadades</span><span>)</span> <span>sobre el document</span><span>, incloent</span> <span>el seu títol</span> <span>i</span> <span>enllaços als seus</span> <span>scripts i</span> <span>fulls</span> <span>d'estil.</span></span></p>

<table class="properties">
 <tbody>
  <tr>
   <th><a href="/en-US/docs/Web/HTML/Content_categories">Categories de contigut</a></th>
   <td>Cap.</td>
  </tr>
  <tr>
   <th>Contingut permès</th>
   <td>Si és un l'element {{HTMLElement("iframe")}} {{htmlattrxref("srcdoc", "iframe")}}, o si la informació del títol està disponible a partir d'un protocol de nivell superior, zero o més elements de contingut de metadades. Altrament, un o més elements de contingut de metadades en els quals un és exactament un element {{HTMLElement("title")}}.</td>
  </tr>
  <tr>
   <th>Omissió de l'etiqueta</th>
   <td>L'etiqueta d'inici es pot ometre si la primera cosa dins l'element head és un element.<br>
    L'etiqueta final es pot ometre si la primera cosa que segueix a l'element head no és un caràcter d'espai o un comentari.</td>
  </tr>
  <tr>
   <th>Elements pares permesos</th>
   <td>Un element {{HTMLElement("html")}}, com el seu primer fill.</td>
  </tr>
  <tr>
   <th>Interfície DOM</th>
   <td>{{domxref("HTMLHeadElement")}}</td>
  </tr>
 </tbody>
</table>

<h2 id="Atributs">Atributs</h2>

<p>Aquest element inclou els <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">atributs globals</a>.</p>

<dl>
 <dt>{{htmlattrdef("profile")}} {{obsolete_inline}}</dt>
 <dd><span id="result_box" lang="ca"><span>Els</span> <span>URI</span> <span>d'un o</span> <span>més</span> <span>perfils</span> <span>de metadades</span><span>, separades</span> <span>per un</span> <span>espai</span> <span>en blanc</span></span>.</dd>
</dl>

<h2 id="Exemple">Exemple</h2>

<pre class="brush: html">&lt;html&gt;
  &lt;head&gt;
    &lt;title&gt;Document title&lt;/title&gt;
  &lt;/head&gt;
&lt;/html&gt;
</pre>

<h2 id="Notes">Notes</h2>

<p>En navegadors moderns, compatibles amb HTML5, automàticament construeixen un element <code>&lt;head&gt;</code> si s'ometen les etiquetes en el marcat. <a href="http://www.stevesouders.com/blog/2010/05/12/autohead-my-first-browserscope-user-test/">Aquest comportament no es pot garantir en navegadors antics</a>.</p>

<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', 'semantics.html#the-head-element', '&lt;head&gt;')}}</td>
   <td>{{Spec2('HTML WHATWG')}}</td>
   <td><span class="short_text" id="result_box" lang="ca"><span>No hi ha</span> <span>canvi des de </span> <span>l'última</span> <span>presentació</span></span></td>
  </tr>
  <tr>
   <td>{{SpecName('HTML5 W3C', 'document-metadata.html#the-head-element', '&lt;head&gt;')}}</td>
   <td>{{Spec2('HTML5 W3C')}}</td>
   <td><code>profile </code>Obsolet</td>
  </tr>
  <tr>
   <td>{{SpecName('HTML4.01', 'struct/global.html#h-7.4.1', '&lt;head&gt;')}}</td>
   <td>{{Spec2('HTML4.01')}}</td>
   <td> </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>{{CompatVersionUnknown}}</td>
   <td>{{CompatVersionUnknown}}</td>
   <td>{{CompatVersionUnknown}}</td>
   <td>{{CompatVersionUnknown}}</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>{{CompatVersionUnknown}}</td>
   <td>{{CompatVersionUnknown}}</td>
   <td>{{CompatVersionUnknown}}</td>
   <td>{{CompatVersionUnknown}}</td>
  </tr>
 </tbody>
</table>
</div>

<h2 id="Veure">Veure</h2>

<ul>
 <li><span id="result_box" lang="ca"><span>Elements que</span> <span>es</span> <span>poden</span> <span>utilitzar dins</span> <span>d'un</span> <span>element</span> <span>&lt;</span><span>head</span><span>&gt;</span></span>{{HTMLElement("title")}}, {{HTMLElement("base")}}, {{HTMLElement("link")}}, {{HTMLElement("style")}}, {{HTMLElement("meta")}}, {{HTMLElement("script")}}, {{HTMLElement("noscript")}}</li>
</ul>