aboutsummaryrefslogtreecommitdiff
path: root/files/ms/web/index.html
blob: bed0c089a593955d63e9125785bc6b937f993189 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
title: Teknologi Web untuk pembangun
slug: Web
tags:
  - Landing
  - NeedsTranslation
  - TopicStub
  - Web
translation_of: Web
---
<p>Teknologi Web membuka peluang yang sangat baik kepada para pembangun. Untuk menguasai teknologi ini, anda perlu tahu bagaimana menggunakannya. Di bawah, anda boleh temukan pautan-pautan kepada Dokumentasi Teknologi Web kami.</p>

<div class="row topicpage-table">
<div class="section">
<h2 class="Documentation" id="Docs_for_add-on_developers" name="Docs_for_add-on_developers">Dokumentasi untuk pembangun Web</h2>

<dl>
 <dt><a href="/en-US/docs/Web/Reference">Rujukan pembangun Web</a></dt>
 <dd>Senarai bagi semua rujukan untuk teknologi-teknologi Web, termasuk rujukan untuk HTML, CSS dan sebagainya.</dd>
 <dt><a href="/en-US/docs/Web/Guide">Panduan untuk pembagun Web</a></dt>
 <dd>Panduan untuk Pembangun Web menyediakan tunjuk-cara yang berguna untuk membantu anda menggunakan teknologi Web dengan betul bagi mencapai matlamat atau tujuan anda.</dd>
 <dt><a href="/en-US/docs/Web/Tutorials">Tutorial untuk para pembangun Web</a></dt>
 <dd>Senarai tutorial-tutorial yang memimpin anda langkah-demi-langkah dalam mempelajari API, teknologi-teknologi, serta pelbagai topik am lainnya.</dd>
 <dt><a href="/en-US/docs/Web/Apps">Membangunkan aplikasi Web</a></dt>
 <dd>Dokumentasi untuk para pembagun aplikasi Web; Web-App sebenarnya adalah aplikasi sekali-tulis, untuk diguna pakai di mobile, desktop, atau Firefox OS.</dd>
 <dt><a href="/en-US/docs/Code_snippets">Ceraian kod (C<em>ode snippets</em></a>)</dt>
 <dd>This is a quick list of useful code snippets (small code samples) available for developers of extensions for the various Mozilla applications. Many of these samples can also be used in <a href="/en-US/docs/XULRunner">XULRunner</a> applications, as well as in actual Mozilla code itself.</dd>
</dl>

<p><span class="alllinks"><a href="/en-US/docs/tag/Web">View All...</a></span></p>
</div>

<div class="section">
<h2 class="Documentation" id="Docs_for_add-on_developers" name="Docs_for_add-on_developers">Web technology references</h2>

<dl>
 <dt><a href="/en-US/docs/Web/Reference/API">Web APIs</a></dt>
 <dd>Reference material for each of the individual APIs that comprise the Web's powerful scriptability, including the <a href="/en-US/docs/DOM">DOM</a> and all of the related APIs and interfaces you can use to build Web content and apps.</dd>
 <dt><a href="/en-US/docs/Web/HTML">HTML</a></dt>
 <dd>HyperText Markup Language is the language used to describe and define the content of a Web page.</dd>
 <dt><a href="/en-US/docs/Web/CSS">CSS</a></dt>
 <dd>Cascading Style Sheets are used to describe the appearance of Web content.</dd>
 <dt><a href="/en-US/docs/SVG">SVG</a></dt>
 <dd>Scalable Vector Graphics let you describe images as sets of vectors and shapes in order to allow them to scale smoothly regardless of the size at which they're drawn.</dd>
 <dt><a href="/en-US/docs/Web/MathML">MathML</a></dt>
 <dd>The Mathematical Markup Language makes it possible to display complex mathematical equations and syntax.</dd>
 <dt><a href="/en-US/docs/Web/WebGL" title="/en-US/docs/Web/WebGL">WebGL</a></dt>
 <dd>WebGL brings 3D graphics to the Web by introducing an API that closely conforms to OpenGL ES 2.0 that can be used in HTML {{HTMLElement("canvas")}} elements</dd>
</dl>
</div>
</div>