# 2.6 網頁標題

`<title>...</title>`

需放在 `<head>...</head>` 區段之中。

## 語意

網頁標題。

## 範例

```markup
<head>
  <title>這是網頁標題</title>
</head>
```

## 其他說明

* 網頁標題很重要，會出現於**瀏覽器的分頁**上，建議一定要提供，也常出現於 Google 的搜尋列表之中。
* 網頁標題的呈現形式，也常用階層的概念，例如：

```markup
<head>
  <title>商品名稱 | 商品分類 | 品牌名稱</title>
</head>
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.webmix.cc/html-and-css/2.-html/2.3-wang-ye-biao-ti.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
