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.

Revision 1080514 of 網頁技術參考資料

  • 版本網址代稱: Web/Reference
  • 版本標題: Web 技術參考資料
  • 版本 ID: 1080514
  • 建立日期:
  • 建立者: jackblackevo
  • 是目前線上的版本?
  • 回應

版本內容

{{draft()}}
The open Web is built using a number of technologies that require an adequate knowledge in order to use them. Below you'll find the links to our reference material for each of them.

Web technologies

It is recommended that you already got started with the web, however it isn't absolutely necessary.

HTML — structuring the Web
The HyperText Markup Language is used to define and describe semantically the content (markup) of a Web page in a well-structured format.
HTML provides a means to create structured documents, made up of blocks called HTML elements that are delineated by tags, written using angle brackets: some introduce content into the page directly, others provide information about document text and may include other tags as sub-elements. Obviously, browsers do not display them, since they are used to interpret the content of the page.

Introduction to HTML | Learn HTML | HTML5 | Developer guide | Element reference | reference
CSS — styling the Web
The Cascading Style Sheets are used to describe the appearance of Web content.

Introduction to CSS  | Getting started with CSS | Learn CSS | CSS3 | Developer guide | Common CSS questions | reference

版本來源

<p>{{draft()}}<br />
 The open Web is built using a number of technologies that require an adequate knowledge in order to use them. Below you'll find the links to our reference material for each of them.</p>

<h2 class="Documentation" id="Web_technologies">Web technologies</h2>

<p>It is recommended that you already <a href="https://developer.mozilla.org/zh-TW/docs/Learn/Getting_started_with_the_web">got started with the web</a>, however it isn't absolutely necessary.</p>

<dl>
 <dt><strong><a href="/zh-TW/docs/Glossary/HTML">HTML</a></strong> — structuring the Web</dt>
 <dd>The <strong>HyperText Markup Language</strong> is used to define and describe semantically the content (<a href="/zh-TW/docs/Glossary/markup">markup</a>) of a Web page in a well-structured format.<br />
 HTML provides a means to create structured documents, made up of blocks called <a href="/zh-TW/docs/Web/HTML/Element">HTML elements</a> that are delineated by <em><a href="/zh-TW/docs/Glossary/Tag">tags</a></em>, written using angle brackets: some introduce content into the page directly, others provide information about document text and may include other tags as sub-elements. Obviously, browsers do not display them, since they are used to interpret the content of the page.<br />
 <br />
 <a href="/zh-TW/Learn/HTML/Introduction_to_HTML">Introduction to HTML</a> | <a href="/zh-TW/Learn/HTML">Learn HTML</a> | <a href="/zh-TW/docs/Web/Guide/HTML/HTML5">HTML5</a> | <a href="/zh-TW/docs/Web/Guide/HTML">Developer guide</a> | <a href="/zh-TW/docs/Web/HTML/Element">Element reference</a> | <strong><a href="/zh-TW/docs/Web/HTML/Reference">reference</a></strong></dd>
 <dt><strong><a href="/zh-TW/docs/Glossary/CSS">CSS</a></strong> — styling the Web</dt>
 <dd>The <strong>Cascading Style Sheets</strong> are used to describe the appearance of Web content.<br />
 <br />
 <a href="/zh-TW/Learn/CSS/Introduction_to_CSS">Introduction to CSS</a>&nbsp; | <a href="/zh-TW/docs/Web/Guide/CSS/Getting_started">Getting started with CSS</a> | <a href="/zh-TW/Learn/CSS">Learn CSS</a> | <a href="/zh-TW/docs/Web/CSS/CSS3">CSS3 </a>| <a href="/zh-TW/docs/Web/Guide/CSS">Developer guide</a> | <a href="/zh-TW/docs/Web/CSS/Common_CSS_Questions">Common CSS questions</a> | <strong><a href="/zh-TW/docs/Web/CSS/Reference">reference</a></strong></dd>
</dl>
還原至此版本