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
|
---
title: '<head>: The Document Metadata (Header) element'
slug: HTML/Element/head
tags:
- Element
- HTML
- HTML üst veri içeriği
- HTML üst verisi
- Referans
- Web
translation_of: Web/HTML/Element/head
---
<div>{{HTMLRef}}</div>
<p><span class="seoSummary"><strong>HTML <code><head></code> elementi</strong>, <a href="/en-US/docs/Web/HTML/Element/title">başlık</a>, <a href="/en-US/docs/Web/HTML/Element/script">betikler </a>ve <a href="/en-US/docs/Web/HTML/Element/style">biçem sayfaları</a> gibi, bir belge hakkında makine tarafından okunabilen bilgiler ({{glossary("metadata")}}) içerir.</span></p>
<div class="blockIndicator note">
<p><strong>Not:</strong> <code><head></code> elementi, bir insan tarafından okunması beklenen bilgilerden ziyade, genellikle bir makine tarafından işlenmesi öngörülen bilgiler içerir. Başlık ya da yazar bilgisi gibi insanlar tarafından okunması beklenen bilgiler için {{HTMLElement("header")}} elementine bakınız.</p>
</div>
<table class="properties">
<tbody>
<tr>
<th scope="row"><a href="/en-US/docs/Web/HTML/Content_categories">İçerik kategorileri</a></th>
<td>Yok</td>
</tr>
<tr>
<th scope="row">İzin verilen içerik</th>
<td>
<p>Eğer belge, {{HTMLElement("iframe")}} {{htmlattrxref("srcdoc", "iframe")}} belgesiyse, veya başlık bilgisi üst bir protokolden geliyorsa (örn. HTML e-postalarındaki konu satırı), sıfır veya daha fazla <span class="seoSummary">{{glossary("metadata", "üst veri")}}</span>.</p>
<p>Aksi takdirde, en az bir tanesi {{HTMLElement("title")}} elementi olacak şekilde bir veya daha fazla <span class="seoSummary">{{glossary("metadata", "üst veri")}}</span>.</p>
</td>
</tr>
<tr>
<th scope="row">Atlanabilir etiketler</th>
<td>
<p><code><head></code> elementinin içindeki ilk öğe de bir elementse, başlangıç etiketi atlanabilir.</p>
<p><code><head></code> elementinin ardından gelen ilk öğe boşluk veya yorum değilse, bitiş etiketi atlanabilir.</p>
</td>
</tr>
<tr>
<th scope="row">Kullanılabilir üst elementler</th>
<td>
<p>İlk alt elementi olacak şekilde {{HTMLElement("html")}} elementi.</p>
</td>
</tr>
<tr>
<th scope="row">Dolaylı ARIA rolü</th>
<td><a href="https://www.w3.org/TR/html-aria/#dfn-no-corresponding-role">Bulunmamaktadır.</a></td>
</tr>
<tr>
<th scope="row">İzin verilen ARIA rolleri</th>
<td>İzin verilen <code>role</code> bulunmamaktadır.</td>
</tr>
<tr>
<th scope="row">DOM arayüzü</th>
<td>{{domxref("HTMLHeadElement")}}</td>
</tr>
</tbody>
</table>
<h2 id="Öznitelikler">Öznitelikler</h2>
<p>Bu element <a href="/en-US/docs/Web/HTML/Global_attributes">evrensel öznitelikler</a> içerir.</p>
<dl>
<dt>{{htmlattrdef("profile")}} {{obsolete_inline}}</dt>
<dd>{{Glossary("whitespace", "Boşluk")}}la ayrılmış şekilde bir veya birden fazla üst veri profilinin {{glossary("URI")}}'si.</dd>
</dl>
<h2 id="Örnek">Örnek</h2>
<pre class="brush: html notranslate"><!doctype html>
<html>
<head>
<title>Belge başlığı</title>
</head>
</html>
</pre>
<h2 id="Notlar">Notlar</h2>
<p>HTML5 uyumlu tarayıcılar, <code><head></code> elementinin etiketleri atlanmışsa, söz konusu elementi otomatik olarak oluşturmaktadır. Çok eski tarayıcılarda bu özelliğin garantisi yoktur.</p>
<h2 id="Özellikler">Özellikler</h2>
<table class="standard-table">
<thead>
<tr>
<th scope="col">Specification</th>
<th scope="col">Status</th>
<th scope="col">Comment</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{SpecName('HTML WHATWG', 'semantics.html#the-head-element', '<head>')}}</td>
<td>{{Spec2('HTML WHATWG')}}</td>
<td>Son anlık görüntüden beri değişiklik olmadı.</td>
</tr>
<tr>
<td>{{SpecName('HTML5 W3C', 'document-metadata.html#the-head-element', '<head>')}}</td>
<td>{{Spec2('HTML5 W3C')}}</td>
<td>Obsoleted <code>profile</code></td>
</tr>
<tr>
<td>{{SpecName('HTML4.01', 'struct/global.html#h-7.4.1', '<head>')}}</td>
<td>{{Spec2('HTML4.01')}}</td>
<td></td>
</tr>
</tbody>
</table>
<h2 id="Tarayıcı_uyumluluğu">Tarayıcı uyumluluğu</h2>
<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
<p>{{Compat("html.elements.head")}}</p>
<h2 id="Ayrıca_bakınız">Ayrıca bakınız</h2>
<ul>
<li> <code><head></code>'in içinde kullanılabilecek etiketler:
<ul>
<li>{{HTMLElement("title")}}</li>
<li>{{HTMLElement("base")}}</li>
<li>{{HTMLElement("link")}}</li>
<li>{{HTMLElement("style")}}</li>
<li>{{HTMLElement("meta")}}</li>
<li>{{HTMLElement("script")}}</li>
<li>{{HTMLElement("noscript")}}</li>
<li>{{HTMLElement("template")}}</li>
</ul>
</li>
</ul>
|