diff options
Diffstat (limited to 'files/id/web/guide')
-rw-r--r-- | files/id/web/guide/api/webrtc/index.html | 1 | ||||
-rw-r--r-- | files/id/web/guide/css/getting_started/index.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/files/id/web/guide/api/webrtc/index.html b/files/id/web/guide/api/webrtc/index.html index 93c1a489eb..60f6c73de0 100644 --- a/files/id/web/guide/api/webrtc/index.html +++ b/files/id/web/guide/api/webrtc/index.html @@ -2,6 +2,7 @@ title: WebRTC slug: Web/Guide/API/WebRTC translation_of: Web/API/WebRTC_API +translation_of_original: Web/Guide/API/WebRTC --- <p><strong>WebRTC</strong> (RTC mengacu pada <em>Real-Time Communications</em>) adalah sebuah teknologi yang memungkinkan pengiriman audio atau video serta berbagi data antar peramban web (<em>peer</em>). Sebagai sebuah standar, WebRTC menghadirkan fitur pada peramban web untuk berbagi data dan melakukan telekonferensi secara <em>peer-to-peer</em>, tanpa perlu memasang <em>plugins</em> atau aplikasi pihak ketiga.</p> diff --git a/files/id/web/guide/css/getting_started/index.html b/files/id/web/guide/css/getting_started/index.html index c37ce973fa..dbff8144de 100644 --- a/files/id/web/guide/css/getting_started/index.html +++ b/files/id/web/guide/css/getting_started/index.html @@ -2,6 +2,7 @@ title: Getting started with CSS slug: Web/Guide/CSS/Getting_started translation_of: Learn/CSS/First_steps +translation_of_original: Web/Guide/CSS/Getting_started --- <p><span class="seoSummary">This tutorial introduces you to the basic features and language (the syntax) for <a href="/en-US/docs/Web/Guide/CSS" title="/en-US/docs/Web/Guide/CSS"><strong>Cascading Style Sheets</strong></a> (CSS). You use CSS to change the look of a structured document, such as a web page. The tutorial also includes sample exercises you can try on your own computer to see the effects of CSS and features that work in modern browsers. </span></p> <p>The tutorial is for beginners and anyone who would like to review the basics of CSS. If you have more experience with CSS, the CSS main page <a href="/en-US/docs/Web/Guide/CSS" title="/en-US/docs/Web/Guide/CSS">lists</a> more advanced resources.</p> |