> For the complete documentation index, see [llms.txt](https://bpio.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bpio.gitbook.io/docs/edu-a11y/getting-start.md).

# 無障礙網頁課程前導

### 適合對象 <a href="#user" id="user"></a>

對無障礙網頁有興趣的任何人皆可參與。

### 準備工具 <a href="#tools" id="tools"></a>

* 內心深處想要回饋給社會的心
* 前端程式從業人員準備適合自己的程式編輯器

### 完成課程的收穫 <a href="#gain" id="gain"></a>

根據您所完成的章節，收穫會有所不同：

* 章節一：暸解無障礙基本觀念
* 章節二：暸解無障礙網頁
* 章節三：暸解如何開發無障礙網頁
* 章節四：認識無障礙法律

### 小結 <a href="#conclusion" id="conclusion"></a>

截至 2024/03/25，目前已知歐盟將會在 2025/06/28 開始要求網站要通過 [EAA 法案](https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32019L0882) （W3C AA 等級），也就是說未來的網站基本就是一定要通過無障礙，重要性可想而知。

{% file src="/files/cZVd2enFu8FlorInPSyJ" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://bpio.gitbook.io/docs/edu-a11y/getting-start.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
