Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

文章標籤: Guide

找到 20 份文件

  • Games/Introduction 現有的 Web 技術再搭配最新版瀏覽器,就能打造出絕佳的 Web 遊戲,而且我們講的可不是用 Flash® 寫的簡單卡牌遊戲,或是多人的社交遊戲而已。卻是可打趴一堆平面遊戲的 3D ...
  • HTTP/data_URIs data URIs, 由 RFC 2397 文件定義, 允許作者在文件中嵌入檔案.
  • Learn/Getting_started_with_the_web 建立個人網站需要很多功夫。如果你才剛開始接觸網頁設計,我們建議大家可以先從小地方著手。不是要你立刻就寫出跟「Facebook」一樣規模的網站,但自己架一個上線的網站一點都不難,現在就開始吧!
  • Learn/HTML To build websites, you should know about HTML — the fundamental technology used to define the ...
  • MDN/Contribute 這份指南涵蓋貢獻 MDN 的各個面向,包括風格指引、使用編輯器和工具的引導…等等。在編輯或建立任何頁面前,請先閱讀並確認您同意 Mozilla 網站與通訊使用條款 。
  • MDN/Getting_started 這裡不分品牌、瀏覽器、平台,我們都是希望能為美好的 Web 未來提供更多資源。大家都能貢獻,而每個貢獻者都讓我們更為壯大。 要想持續推動 Web ...
  • Web/API/Server-sent_events/Using_server-sent_events server-sent event API 包含在 EventSource 接口;為了與伺服器端開啟連線並接收事件,需要創建一個標註伺服器腳本的 EventSource 物件。例如:
  • Web/CSS/CSS_Animations/Using_CSS_animations
  • Web/CSS/CSS_Background_and_Borders/Using_CSS_multiple_backgrounds 藉由 CSS3 我們可以對元素使用 多重背景 。每個設定的背景被一個個分層,第一個背景在最上面,最後一個背景是在最下面一層。
  • Web/Guide These articles provide how-to information to help you make use of specific technologies and APIs.
  • Web/Guide/API Here you'll find links to each of the guides introducing and explaining each of the APIs that ...
  • Web/Guide/CSS 層疊樣式表(Cascading Style Sheets、CSS)是一個描述 HTML 文件的樣式表語言。CSS 會描述文件裡的結構化元素,該如何呈現在螢幕、紙張、語音報讀、以及其他媒介上。
  • Web/Guide/CSS/Getting_started 這個教學會介紹 層疊樣式表 (Cascading Style Sheets, CSS)的基本特徵與語法(syntax)。你會用 CSS ...
  • Web/Guide/CSS/Understanding_z_index The z-index attribute lets you adjust the order of the layering of objects when rendering content.
  • Web/Guide/DOM The Document Object Model is an API for HTML and XML documents. It provides a structural ...
  • Web/Guide/Events Events refers both to a design pattern used for the asynchronous handling of various incidents ...
  • Web/Guide/Events/Creating_and_triggering_events 本文介紹如何建立和觸發事件。
  • Web/Guide/HTML 超文件標示語言 (HTML) 是幾乎所有網頁的核心。大部分您在瀏覽器中所看到的東西,基本上都是用 HTML 來描述。
  • Web/Guide/HTML/Forms 這篇指引可以幫助您精通HTML的格式。HTML格式是一項對於與使用者互動十分有力的工具,然而,由於一些歷史與技術上的因素,並沒有一個明顯的方法可以 。
  • Web/JavaScript/Guide/Regular_Expressions 正規表達式是被用來匹配字串中字元組合的模式。在 JavaScript 中,正規表達式也是物件,這些模式在 RegExp 的 exec 和 test 方法中,以及 String 的 match ...