Skip to content

Commit

Permalink
fix more broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 committed Aug 27, 2024
1 parent 6f83c70 commit ea4bb62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions files/zh-tw/web/html/element/a/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ slug: Web/HTML/Element/a
- : 超連結指向的 URL。連結不限於基於 HTTP 的 URL——它們可以使用瀏覽器支持的任何 URL 方案:

- 具有文件片段的頁面部分
- 具有[文字片段](/zh-TW/docs/Web/Text_fragments)的特定文本部分
- 具有[文字片段](/zh-TW/docs/Web/URI/Fragment/Text_fragments)的特定文本部分
- 具有媒體片段的媒體文件部分
- 使用 `tel:` URL 的電話號碼
- 使用 `mailto:` URL 的電子郵件地址
Expand Down Expand Up @@ -519,4 +519,4 @@ document
- {{CSSxRef(":link")}} 是一個 CSS 虛擬類,將匹配 `<a>` 元素,其中 `href` 屬性中的 URL 尚未被用戶訪問過。
- {{CSSxRef(":visited")}} 是一個 CSS 虛擬類,將匹配 `<a>` 元素,其中 `href` 屬性中的 URL 曾經被用戶訪問過。
- {{CSSxRef(":any-link")}} 是一個 CSS 虛擬類,將匹配具有 `href` 屬性的 `<a>` 元素。
- [文字片段](/zh-TW/docs/Web/Text_fragments)是添加到 URL 中的用戶代理指令,允許內容作者鏈接到頁面上的特定文本,而不需要 ID。
- [文字片段](/zh-TW/docs/Web/URI/Fragment/Text_fragments)是添加到 URL 中的用戶代理指令,允許內容作者鏈接到頁面上的特定文本,而不需要 ID。
4 changes: 2 additions & 2 deletions files/zh-tw/web/http/session/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ l10n:

在用戶端—伺服器協定中,是用戶端建立連接。在 HTTP 中打開連接意味著在底層傳輸層啟動一個連接,這通常是 TCP。

對於 TCP,用於計算機上的 HTTP 伺服器的默認端口是 80。也可以使用其他端口,例如 8000 或 8080。要提取的頁面的 URL 包含域名和連接埠,如果連接埠是 80 則後者可以省略。有關更多詳細訊息,請參見[識別 Web 上的資源](/zh-TW/docs/Web/HTTP/Basics_of_HTTP/Identifying_resources_on_the_Web)
對於 TCP,用於計算機上的 HTTP 伺服器的默認端口是 80。也可以使用其他端口,例如 8000 或 8080。要提取的頁面的 URL 包含域名和連接埠,如果連接埠是 80 則後者可以省略。有關更多詳細訊息,請參見 [URL 參考](/zh-TW/docs/Web/URI)

> [!NOTE]
> 用戶端—伺服器模型不允許伺服器在沒有明確請求的情況下向用戶端發送數據。但是,各種 Web API 使這種用例成為可能,包括 [Push API](/zh-TW/docs/Web/API/Push_API)[伺服器發送事件](/zh-TW/docs/Web/API/Server-sent_events)[WebSockets API](/zh-TW/docs/Web/API/WebSockets_API)
Expand Down Expand Up @@ -157,7 +157,7 @@ X-Cache: Error from cloudfront

## 參見

- [在 Web 上識別資源](/zh-TW/docs/Web/HTTP/Basics_of_HTTP/Identifying_resources_on_the_Web)
- [URL](/zh-TW/docs/Web/URI)
- [HTTP 標頭](/zh-TW/docs/Web/HTTP/Headers)
- [HTTP 請求方法](/zh-TW/docs/Web/HTTP/Methods)
- [HTTP 回應狀態碼](/zh-TW/docs/Web/HTTP/Status)

0 comments on commit ea4bb62

Please sign in to comment.