aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/glossary/head/index.html
blob: 73baa9e8b86926ffaf5e6e9bf79bae3fc05e6ccc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
title: Head
slug: Glossary/Head
tags:
  - HTML
  - head
  - 術語表
translation_of: Glossary/Head
---
<p><strong>Head</strong><strong> 是</strong>一個 {{glossary("HTML")}} 文檔的一部分,它包含了關於文檔的 {{glossary("metadata")}},如作者(author)、描述(description)、 和引入 {{glossary("CSS")}} 或 {{glossary("JavaScript")}} 文件 并將應用于HTML。</p>

<h2 id="了解更多">了解更多</h2>

<h3 id="HTML_head">HTML head</h3>

<ul>
 <li>MDN 上的 {{htmlelement("head")}} 元件參考</li>
 <li><a href="/en-US/docs/Learn/HTML/Introduction_to_HTML/The_HTML_head">The HTML &lt;head&gt;</a> 在 MDN 上的學習領域</li>
</ul>