From ed0709eda64929079081b4806130028f771a8814 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:48:32 +0100 Subject: unslug ms: move --- files/ms/web/html/element/index.html | 208 +++++++++++++++++++++++++++++++++++ files/ms/web/html/index.html | 80 ++++++++++++++ 2 files changed, 288 insertions(+) create mode 100644 files/ms/web/html/element/index.html create mode 100644 files/ms/web/html/index.html (limited to 'files/ms/web/html') diff --git a/files/ms/web/html/element/index.html b/files/ms/web/html/element/index.html new file mode 100644 index 0000000000..038d44abd8 --- /dev/null +++ b/files/ms/web/html/element/index.html @@ -0,0 +1,208 @@ +--- +title: Elemen-Elemen HTML +slug: HTML/Elemen +translation_of: Web/HTML/Element +--- +

This HTML reference lists all HTML elements, defined in HTML5 or in a previous specification. When enclosed within angle brackets, they form HTML tags: <elementname>. Elements are entities specifying how HTML documents should be built, and what kind of content should be placed in what part of an HTML document.

+

This page lists all standard HTML5 tags, but also older, obsolete and deprecated ones, as well as non-standard ones that browsers may support. Elements that were introduced in HTML5 are often referred as the new HTML5 elements, even though the other standard elements also are valid in HTML5.

+

In an HTML document, an element is defined by a starting tag. If the element contains other content, it ends with a closing tag, where the element name is preceded by a forward slash: </elementname>. Some elements don't need to be closed, such as image elements. These are known as void elements. HTML documents contain a tree of these elements. Each is named to represent what it does. For example, the <title> element represents the title of the document. Below is an alphabetical list of the HTML Elements.

+
+ A + + B + + C + + D + + E + + F + + G H + + I + + J K + + L + + M + + N + + O + + P + + Q + + R + + S + + T + + U + + V + + W + + X Y Z + +
+

The symbol This element has been added in HTML5 indicates that the element has been added in HTML5. Note that other elements listed here may have been modified or extended by the HTML5 specification. Dimmed elements are non-standard, obsolete, or deprecated; they must not be used in new Web sites, and should gradually be removed from existing ones.

diff --git a/files/ms/web/html/index.html b/files/ms/web/html/index.html new file mode 100644 index 0000000000..9bc6c1add7 --- /dev/null +++ b/files/ms/web/html/index.html @@ -0,0 +1,80 @@ +--- +title: HTML +slug: HTML +translation_of: Web/HTML +translation_of_original: HTML +--- +
+
+ DEMO HTML5
+

Sebuah koleksi demo yang menampilkan teknologi baru dalam HTML.

+

The logo of HTML

+
+

HyperText Markup Language (HTMLadalah sebuah bahasa yang digunakan untuk menghasilkan laman web dan berbagai jenis dokumen yang boleh dilihat pada sebuah pelayar. Lebih terperinci lagi, HTML adalah bahasa yang menerangkan struktur dan semantik sesebuah dokumen. Isi kandungan ditag pada elemen HTML seperti <img>, <title>, <p>, <div>, …

+

HTML adalah sebuah standard antarabangsa dan spesifikasinya diuruskan oleh World Wide Web Consortium dan juga WHATWG.

+

HTML dianggap sebagai sebuah standard hidup dan secara teknikalnya sentiasa dalam pembangunan yang berterusan. Versi yang terkini bagi spesifikasi HTML adalah HTML5.

+
+
+

Dokumentasi mengenai HTML

+
+
+ Pengenalan kepada HTML
+
+ Laman ini menyediakan informasi asas mengenai pertuturan dan semantik sesebuah laman HTML (dokumen). Ini akan memberi pengetahuan asas yang di perlukan untuk membangunkan dokumen-dokumen HTML.
+
+ Rujukan elemen HTML
+
+ Dapatkan maklumat mengenai setiap elemen yang di boleh digunakan oleh pelayar yang berbeza.
+
+ Senarai Sifat HTML
+
+ Lihat semua sifat dan elemen yang dapat dikaitkan bersama.
+
+ HTML5
+
+ Pelajari API-API baru bagi HTML5 dan elemen-elemen yang boleh digunakan bersama.
+
+ Panduan Borang HTML
+
+ Borang HTML adalah sebahagian yang compleks bagi HTML. Panduan ini akan membantu anda dalam memahirinya, daripada struktur hingga ke gaya, daripada penyokongan pelayar hingga ke pengawalan persendirian.
+
+ Tabiat buruk copy-pasting
+
+ Teknologi web sering kali dipelajari dengan cara melihat sumber pada laman yang lain dan menyalin semula laman tersebut. Oleh demikian, ini bermaksud tabiat buruk akan berterusan. Laman ini menyenaraikan sebahagian daripada bentuk tabiat buruk dan menunjukkan anda cara yang betul untuk mencapai matlamat yang dikehendaki.
+
+ Melukis Grafik dengan Canvas
+
+ Elemen HTML yang baru untuk grafik yang boleh diprogramkan. <canvas> boleh digunakan untuk menghasilkan graf, elemen UI dan juga penyesuaian persendirian grafik.
+
+ Tip menulis Laman HTML dengan pemuatan pantas
+
+ Sesebuah laman web yang optima bukan sahaja menyediakan laman yang lebih bertindak balas dengan pelawat, tetapi juaga mengurangkan beban pada server web and sambungan internet anda.
+
+

Lihat Semua...

+
+
+

Mendapatkan bantuan daripada komuniti

+

Anda memerlukan bantuan berkaitan HTML dan tidak dapat mencari jawapan di dalam dokumentasi ini?

+
    +
  • Runding bersama forum Mozilla yang dedikasi : {{DiscussionList("dev-tech-html", "mozilla.dev.tech.html")}}
  • +
  • Pergi ke Stack Overflow, sebuah laman soal jawab yang dibina secara kerjasama dan cuba cari jawapan kepada soalan anda. Jika tidak berjaya, anda boleh tujukan soalan anda disana.
  • +
+

Jangan lupa mengenai netiquette...

+

Alat memudahkan pembangunan html

+ +

Lihat Semua...

+ + +
+
+

 

-- cgit v1.2.3-54-g00ecf From 9c12d24de6ce49f41c96f7f038bc5a381cff7ad4 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:48:32 +0100 Subject: unslug ms: modify --- files/ms/_redirects.txt | 21 ++- files/ms/_wikihistory.json | 176 ++++++++++----------- files/ms/learn/common_questions/index.html | 3 +- files/ms/learn/forms/index.html | 3 +- .../dealing_with_files/index.html | 3 +- .../learn/getting_started_with_the_web/index.html | 3 +- .../installing_basic_software/index.html | 3 +- .../author_fast-loading_html_pages/index.html | 3 +- .../responsive_images/index.html | 3 +- files/ms/mdn/at_ten/index.html | 3 +- files/ms/orphaned/mdn/community/index.html | 3 +- .../howto/create_an_mdn_account/index.html | 3 +- files/ms/web/api/canvas_api/index.html | 7 +- files/ms/web/api/canvas_api/tutorial/index.html | 3 +- files/ms/web/guide/index.html | 3 +- files/ms/web/html/element/index.html | 3 +- files/ms/web/html/index.html | 3 +- 17 files changed, 138 insertions(+), 108 deletions(-) (limited to 'files/ms/web/html') diff --git a/files/ms/_redirects.txt b/files/ms/_redirects.txt index 9b0dd72bf2..d619ba7169 100644 --- a/files/ms/_redirects.txt +++ b/files/ms/_redirects.txt @@ -1,6 +1,21 @@ # FROM-URL TO-URL -/ms/docs/HTML-840092-dup /ms/docs/HTML -/ms/docs/HTML/Borang /ms/docs/Learn/HTML/Forms -/ms/docs/MDN/Contribute/Howto/Bagaimana /ms/docs/MDN/Contribute/Howto/Bagaimana_membuat_akaun_MDN +/ms/docs/HTML /ms/docs/Web/HTML +/ms/docs/HTML-840092-dup /ms/docs/Web/HTML +/ms/docs/HTML/Borang /ms/docs/Learn/Forms +/ms/docs/HTML/Canvas /ms/docs/Web/API/Canvas_API +/ms/docs/HTML/Canvas/Melukis_Grafik_dengan_Canvas /ms/docs/Web/API/Canvas_API/Tutorial +/ms/docs/HTML/Elemen /ms/docs/Web/HTML/Element +/ms/docs/HTML/Tip_menulis_LamanHTML_dengan_pemuatan_pantas /ms/docs/Learn/HTML/Howto/Author_fast-loading_HTML_pages +/ms/docs/Learn/HTML/Forms /ms/docs/Learn/Forms +/ms/docs/Learn/HTML/Howto/Add_responsive_image_to_a_webpage /ms/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images +/ms/docs/Learn/Memulakan_pembelajaran_web /ms/docs/Learn/Getting_started_with_the_web +/ms/docs/Learn/Memulakan_pembelajaran_web/Berurusan_dengan_fail /ms/docs/Learn/Getting_started_with_the_web/Dealing_with_files +/ms/docs/Learn/Memulakan_pembelajaran_web/Memasang_Perisian_Asas /ms/docs/Learn/Getting_started_with_the_web/Installing_basic_software +/ms/docs/Learn/Soalan_lazim /ms/docs/Learn/Common_questions +/ms/docs/MDN/Community /ms/docs/orphaned/MDN/Community +/ms/docs/MDN/Contribute/Howto/Bagaimana /ms/docs/orphaned/MDN/Contribute/Howto/Create_an_MDN_account +/ms/docs/MDN/Contribute/Howto/Bagaimana_membuat_akaun_MDN /ms/docs/orphaned/MDN/Contribute/Howto/Create_an_MDN_account /ms/docs/MDN/Getting_started /ms/docs/MDN/Contribute/Getting_started +/ms/docs/MDN_at_ten /ms/docs/MDN/At_ten +/ms/docs/Web_Development /ms/docs/Web/Guide /ms/docs/en /en-US/ diff --git a/files/ms/_wikihistory.json b/files/ms/_wikihistory.json index 7bc5d476a1..c94ae24921 100644 --- a/files/ms/_wikihistory.json +++ b/files/ms/_wikihistory.json @@ -17,38 +17,6 @@ "smhaziq" ] }, - "HTML": { - "modified": "2019-03-23T23:34:09.303Z", - "contributors": [ - "akifrabbani", - "haboqueferus", - "FredB" - ] - }, - "HTML/Canvas": { - "modified": "2019-03-23T23:34:10.539Z", - "contributors": [ - "teoli" - ] - }, - "HTML/Canvas/Melukis_Grafik_dengan_Canvas": { - "modified": "2019-03-23T23:34:10.144Z", - "contributors": [ - "haboqueferus" - ] - }, - "HTML/Elemen": { - "modified": "2019-03-23T23:34:02.244Z", - "contributors": [ - "haboqueferus" - ] - }, - "HTML/Tip_menulis_LamanHTML_dengan_pemuatan_pantas": { - "modified": "2020-07-16T22:22:33.228Z", - "contributors": [ - "haboqueferus" - ] - }, "Learn": { "modified": "2020-07-16T22:43:44.802Z", "contributors": [ @@ -70,43 +38,12 @@ "SphinxKnight" ] }, - "Learn/HTML/Forms": { - "modified": "2020-07-16T22:20:59.860Z", - "contributors": [ - "chrisdavidmills", - "haboqueferus" - ] - }, "Learn/HTML/Howto": { "modified": "2020-07-16T22:22:29.770Z", "contributors": [ "Jeremie" ] }, - "Learn/HTML/Howto/Add_responsive_image_to_a_webpage": { - "modified": "2020-07-16T22:24:36.680Z", - "contributors": [ - "QA8500" - ] - }, - "Learn/Memulakan_pembelajaran_web": { - "modified": "2020-07-16T22:33:54.574Z", - "contributors": [ - "arerifx" - ] - }, - "Learn/Memulakan_pembelajaran_web/Berurusan_dengan_fail": { - "modified": "2020-07-16T22:34:35.698Z", - "contributors": [ - "arerifx" - ] - }, - "Learn/Memulakan_pembelajaran_web/Memasang_Perisian_Asas": { - "modified": "2020-07-16T22:34:09.294Z", - "contributors": [ - "arerifx" - ] - }, "Learn/Server-side": { "modified": "2020-07-16T22:36:00.436Z", "contributors": [ @@ -125,12 +62,6 @@ "chrisdavidmills" ] }, - "Learn/Soalan_lazim": { - "modified": "2020-07-16T22:35:25.604Z", - "contributors": [ - "arerifx" - ] - }, "MDN": { "modified": "2020-02-19T18:00:19.588Z", "contributors": [ @@ -152,14 +83,6 @@ "esah" ] }, - "MDN/Community": { - "modified": "2019-09-11T08:02:08.941Z", - "contributors": [ - "SphinxKnight", - "wbamberg", - "Othman" - ] - }, "MDN/Contribute": { "modified": "2019-01-16T20:36:13.861Z", "contributors": [ @@ -184,31 +107,108 @@ "klez" ] }, - "MDN/Contribute/Howto/Bagaimana_membuat_akaun_MDN": { - "modified": "2019-01-16T21:20:18.582Z", + "Web": { + "modified": "2020-01-07T09:44:39.115Z", + "contributors": [ + "nikahmadz", + "SphinxKnight", + "syahlani", + "manxmensch", + "teoli" + ] + }, + "Web/API/Canvas_API": { + "modified": "2019-03-23T23:34:10.539Z", "contributors": [ - "wbamberg", - "shufay", "teoli" ] }, - "MDN_at_ten": { + "Web/HTML/Element": { + "modified": "2019-03-23T23:34:02.244Z", + "contributors": [ + "haboqueferus" + ] + }, + "Learn/HTML/Howto/Author_fast-loading_HTML_pages": { + "modified": "2020-07-16T22:22:33.228Z", + "contributors": [ + "haboqueferus" + ] + }, + "Learn/Forms": { + "modified": "2020-07-16T22:20:59.860Z", + "contributors": [ + "chrisdavidmills", + "haboqueferus" + ] + }, + "Learn/HTML/Multimedia_and_embedding/Responsive_images": { + "modified": "2020-07-16T22:24:36.680Z", + "contributors": [ + "QA8500" + ] + }, + "Learn/Getting_started_with_the_web/Dealing_with_files": { + "modified": "2020-07-16T22:34:35.698Z", + "contributors": [ + "arerifx" + ] + }, + "Learn/Getting_started_with_the_web": { + "modified": "2020-07-16T22:33:54.574Z", + "contributors": [ + "arerifx" + ] + }, + "Learn/Getting_started_with_the_web/Installing_basic_software": { + "modified": "2020-07-16T22:34:09.294Z", + "contributors": [ + "arerifx" + ] + }, + "Learn/Common_questions": { + "modified": "2020-07-16T22:35:25.604Z", + "contributors": [ + "arerifx" + ] + }, + "MDN/At_ten": { "modified": "2019-01-16T21:24:37.324Z", "contributors": [ "azrolabidin" ] }, - "Web": { - "modified": "2020-01-07T09:44:39.115Z", + "orphaned/MDN/Community": { + "modified": "2019-09-11T08:02:08.941Z", "contributors": [ - "nikahmadz", "SphinxKnight", - "syahlani", - "manxmensch", + "wbamberg", + "Othman" + ] + }, + "orphaned/MDN/Contribute/Howto/Create_an_MDN_account": { + "modified": "2019-01-16T21:20:18.582Z", + "contributors": [ + "wbamberg", + "shufay", "teoli" ] }, - "Web_Development": { + "Web/API/Canvas_API/Tutorial": { + "modified": "2019-03-23T23:34:10.144Z", + "contributors": [ + "haboqueferus" + ] + }, + "Web/HTML": { + "modified": "2019-03-23T23:34:09.303Z", + "contributors": [ + "akifrabbani", + "haboqueferus", + "FredB" + ] + }, + "Web/Guide": { "modified": "2019-03-23T23:34:05.696Z", "contributors": [ "ethertank" diff --git a/files/ms/learn/common_questions/index.html b/files/ms/learn/common_questions/index.html index b7fbc07a0f..21b8cc542c 100644 --- a/files/ms/learn/common_questions/index.html +++ b/files/ms/learn/common_questions/index.html @@ -1,7 +1,8 @@ --- title: Soalan-soalan lazim -slug: Learn/Soalan_lazim +slug: Learn/Common_questions translation_of: Learn/Common_questions +original_slug: Learn/Soalan_lazim ---
{{LearnSidebar}}
diff --git a/files/ms/learn/forms/index.html b/files/ms/learn/forms/index.html index 10e84875de..d17b7e3ff5 100644 --- a/files/ms/learn/forms/index.html +++ b/files/ms/learn/forms/index.html @@ -1,7 +1,8 @@ --- title: Panduan Borang HTML -slug: Learn/HTML/Forms +slug: Learn/Forms translation_of: Learn/Forms +original_slug: Learn/HTML/Forms ---

Welcome to the Guide to HTML Forms. This guide is a series of articles that will help you master HTML Forms. HTML Forms are a very powerful tool to interact with a user; however, due to historical and technical reasons, it's not always obvious how you use them to their full potential. In this guide, we'll cover all aspects of HTML Forms, from structure to styling, from data handling to custom widgets. You'll learn to enjoy the great power they offer!

Articles

diff --git a/files/ms/learn/getting_started_with_the_web/dealing_with_files/index.html b/files/ms/learn/getting_started_with_the_web/dealing_with_files/index.html index 41e06b9599..65d1408b3a 100644 --- a/files/ms/learn/getting_started_with_the_web/dealing_with_files/index.html +++ b/files/ms/learn/getting_started_with_the_web/dealing_with_files/index.html @@ -1,6 +1,6 @@ --- title: Berurusan dengan fail -slug: Learn/Memulakan_pembelajaran_web/Berurusan_dengan_fail +slug: Learn/Getting_started_with_the_web/Dealing_with_files tags: - Beginner - CodingScripting @@ -10,6 +10,7 @@ tags: - theory - website translation_of: Learn/Getting_started_with_the_web/Dealing_with_files +original_slug: Learn/Memulakan_pembelajaran_web/Berurusan_dengan_fail ---
{{LearnSidebar}}
diff --git a/files/ms/learn/getting_started_with_the_web/index.html b/files/ms/learn/getting_started_with_the_web/index.html index fd07a2d78a..222f386c30 100644 --- a/files/ms/learn/getting_started_with_the_web/index.html +++ b/files/ms/learn/getting_started_with_the_web/index.html @@ -1,6 +1,6 @@ --- title: Memulakan pembelajaran Web -slug: Learn/Memulakan_pembelajaran_web +slug: Learn/Getting_started_with_the_web tags: - Beginner - CSS @@ -11,6 +11,7 @@ tags: - publishing - theory translation_of: Learn/Getting_started_with_the_web +original_slug: Learn/Memulakan_pembelajaran_web ---
{{LearnSidebar}}
diff --git a/files/ms/learn/getting_started_with_the_web/installing_basic_software/index.html b/files/ms/learn/getting_started_with_the_web/installing_basic_software/index.html index 2363f77c32..a6a77dd217 100644 --- a/files/ms/learn/getting_started_with_the_web/installing_basic_software/index.html +++ b/files/ms/learn/getting_started_with_the_web/installing_basic_software/index.html @@ -1,6 +1,6 @@ --- title: Memasang Perisian Asas -slug: Learn/Memulakan_pembelajaran_web/Memasang_Perisian_Asas +slug: Learn/Getting_started_with_the_web/Installing_basic_software tags: - Beginner - Browser @@ -10,6 +10,7 @@ tags: - WebMechanics - text editor translation_of: Learn/Getting_started_with_the_web/Installing_basic_software +original_slug: Learn/Memulakan_pembelajaran_web/Memasang_Perisian_Asas ---
{{LearnSidebar}}
diff --git a/files/ms/learn/html/howto/author_fast-loading_html_pages/index.html b/files/ms/learn/html/howto/author_fast-loading_html_pages/index.html index 3fd36727fd..8f122791ac 100644 --- a/files/ms/learn/html/howto/author_fast-loading_html_pages/index.html +++ b/files/ms/learn/html/howto/author_fast-loading_html_pages/index.html @@ -1,7 +1,8 @@ --- title: Tip menulis Laman HTML dengan pemuatan pantas -slug: HTML/Tip_menulis_LamanHTML_dengan_pemuatan_pantas +slug: Learn/HTML/Howto/Author_fast-loading_HTML_pages translation_of: Learn/HTML/Howto/Author_fast-loading_HTML_pages +original_slug: HTML/Tip_menulis_LamanHTML_dengan_pemuatan_pantas ---

These tips are based upon common knowledge and experimentation.

An optimized web page not only provides for a more responsive site for your visitors, but also reduces the load on your web servers and Internet connection. This can be crucial for high volume sites or sites which have a spike in traffic due to unusual circumstances such as breaking news stories.

diff --git a/files/ms/learn/html/multimedia_and_embedding/responsive_images/index.html b/files/ms/learn/html/multimedia_and_embedding/responsive_images/index.html index 0589cda2d8..ef91b7d478 100644 --- a/files/ms/learn/html/multimedia_and_embedding/responsive_images/index.html +++ b/files/ms/learn/html/multimedia_and_embedding/responsive_images/index.html @@ -1,7 +1,8 @@ --- title: Add responsive images to a webpage -slug: Learn/HTML/Howto/Add_responsive_image_to_a_webpage +slug: Learn/HTML/Multimedia_and_embedding/Responsive_images translation_of: Learn/HTML/Multimedia_and_embedding/Responsive_images +original_slug: Learn/HTML/Howto/Add_responsive_image_to_a_webpage ---

Learn about HTML features you can use to adapt your site's images to various screen sizes and display resolutions.

diff --git a/files/ms/mdn/at_ten/index.html b/files/ms/mdn/at_ten/index.html index 740ba0c4e2..2248ba9766 100644 --- a/files/ms/mdn/at_ten/index.html +++ b/files/ms/mdn/at_ten/index.html @@ -1,7 +1,8 @@ --- title: MDN at 10 -slug: MDN_at_ten +slug: MDN/At_ten translation_of: MDN_at_ten +original_slug: MDN_at_ten ---
Celebrate 10 years of documenting your Web.
diff --git a/files/ms/orphaned/mdn/community/index.html b/files/ms/orphaned/mdn/community/index.html index 723ce60e71..ac44d37ee2 100644 --- a/files/ms/orphaned/mdn/community/index.html +++ b/files/ms/orphaned/mdn/community/index.html @@ -1,7 +1,8 @@ --- title: Join the MDN community -slug: MDN/Community +slug: orphaned/MDN/Community translation_of: MDN/Community +original_slug: MDN/Community ---
{{MDNSidebar}}
diff --git a/files/ms/orphaned/mdn/contribute/howto/create_an_mdn_account/index.html b/files/ms/orphaned/mdn/contribute/howto/create_an_mdn_account/index.html index f8099f109f..59a16f6ee4 100644 --- a/files/ms/orphaned/mdn/contribute/howto/create_an_mdn_account/index.html +++ b/files/ms/orphaned/mdn/contribute/howto/create_an_mdn_account/index.html @@ -1,12 +1,13 @@ --- title: Bagaimana Membuat Akaun MDN -slug: MDN/Contribute/Howto/Bagaimana_membuat_akaun_MDN +slug: orphaned/MDN/Contribute/Howto/Create_an_MDN_account tags: - MDN - Panduan - Pemula - Projek MDC translation_of: MDN/Contribute/Howto/Create_an_MDN_account +original_slug: MDN/Contribute/Howto/Bagaimana_membuat_akaun_MDN ---
{{MDNSidebar}}

Untuk membuat apa-apa perubahan kepada isi MDN (dengan menyunting laman web atau menyumbang suatu demo), anda memerlukan satu profil MDN. Jangan bimbang, anda tidak perlu profil jika anda hanya ingin membaca dan mencari isi MDN! Panduan tersebut akan membantu anda mendirikan akaun MDN anda.

diff --git a/files/ms/web/api/canvas_api/index.html b/files/ms/web/api/canvas_api/index.html index bfd9cd5f2b..4510a6c375 100644 --- a/files/ms/web/api/canvas_api/index.html +++ b/files/ms/web/api/canvas_api/index.html @@ -1,14 +1,15 @@ --- title: Canvas -slug: HTML/Canvas +slug: Web/API/Canvas_API tags: - HTML - - 'HTML:Canvas' - - 'HTML:Element' + - HTML:Canvas + - HTML:Element - NeedsTranslation - References - TopicStub translation_of: Web/API/Canvas_API +original_slug: HTML/Canvas ---

Added in HTML5, the HTML {{HTMLElement("canvas")}} element is an element which can be used to draw graphics via scripting (usually JavaScript). For example, it can be used to draw graphs, make photo compositions, create animations or even do real-time video processing.

Mozilla applications gained support for <canvas> starting with Gecko 1.8 (i.e. Firefox 1.5). The element was originally introduced by Apple for the OS X Dashboard and Safari. Internet Explorer supports <canvas> from version 9 onwards; for earlier versions of IE, a page can effectively add support for <canvas> by including a script from Google's Explorer Canvas project. Google Chrome and Opera 9 also support <canvas>.

diff --git a/files/ms/web/api/canvas_api/tutorial/index.html b/files/ms/web/api/canvas_api/tutorial/index.html index 2e656a8d46..6ac64a23ed 100644 --- a/files/ms/web/api/canvas_api/tutorial/index.html +++ b/files/ms/web/api/canvas_api/tutorial/index.html @@ -1,8 +1,9 @@ --- title: Melukis Grafik dengan Canvas -slug: HTML/Canvas/Melukis_Grafik_dengan_Canvas +slug: Web/API/Canvas_API/Tutorial translation_of: Web/API/Canvas_API/Tutorial translation_of_original: Web/API/Canvas_API/Drawing_graphics_with_canvas +original_slug: HTML/Canvas/Melukis_Grafik_dengan_Canvas ---

Most of this content (but not the documentation on drawWindow) has been rolled into the more expansive Canvas tutorial, this page should probably be redirected there as it's now redundant.

diff --git a/files/ms/web/guide/index.html b/files/ms/web/guide/index.html index 051accb9a5..6c86346fa7 100644 --- a/files/ms/web/guide/index.html +++ b/files/ms/web/guide/index.html @@ -1,12 +1,13 @@ --- title: Web Development -slug: Web_Development +slug: Web/Guide tags: - NeedsTranslation - TopicStub - Web Development translation_of: Web/Guide translation_of_original: Web_Development +original_slug: Web_Development ---

Web development comprises all aspects of developing a web site or web application.

Learn how to create anything from a simple web site to complex, highly interactive web sites featuring the latest Web technologies by perusing the articles you'll find here.

diff --git a/files/ms/web/html/element/index.html b/files/ms/web/html/element/index.html index 038d44abd8..af004939b4 100644 --- a/files/ms/web/html/element/index.html +++ b/files/ms/web/html/element/index.html @@ -1,7 +1,8 @@ --- title: Elemen-Elemen HTML -slug: HTML/Elemen +slug: Web/HTML/Element translation_of: Web/HTML/Element +original_slug: HTML/Elemen ---

This HTML reference lists all HTML elements, defined in HTML5 or in a previous specification. When enclosed within angle brackets, they form HTML tags: <elementname>. Elements are entities specifying how HTML documents should be built, and what kind of content should be placed in what part of an HTML document.

This page lists all standard HTML5 tags, but also older, obsolete and deprecated ones, as well as non-standard ones that browsers may support. Elements that were introduced in HTML5 are often referred as the new HTML5 elements, even though the other standard elements also are valid in HTML5.

diff --git a/files/ms/web/html/index.html b/files/ms/web/html/index.html index 9bc6c1add7..e68817d040 100644 --- a/files/ms/web/html/index.html +++ b/files/ms/web/html/index.html @@ -1,8 +1,9 @@ --- title: HTML -slug: HTML +slug: Web/HTML translation_of: Web/HTML translation_of_original: HTML +original_slug: HTML ---
-- cgit v1.2.3-54-g00ecf