aboutsummaryrefslogtreecommitdiff
path: root/files/ms/web
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
commitda78a9e329e272dedb2400b79a3bdeebff387d47 (patch)
treee6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/ms/web
parent1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff)
downloadtranslated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip
initial commit
Diffstat (limited to 'files/ms/web')
-rw-r--r--files/ms/web/index.html51
1 files changed, 51 insertions, 0 deletions
diff --git a/files/ms/web/index.html b/files/ms/web/index.html
new file mode 100644
index 0000000000..bed0c089a5
--- /dev/null
+++ b/files/ms/web/index.html
@@ -0,0 +1,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>