diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:15 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:15 -0500 |
commit | 4b1a9203c547c019fc5398082ae19a3f3d4c3efe (patch) | |
tree | d4a40e13ceeb9f85479605110a76e7a4d5f3b56b /files/ar/sandbox/index.html | |
parent | 33058f2b292b3a581333bdfb21b8f671898c5060 (diff) | |
download | translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.gz translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.bz2 translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.zip |
initial commit
Diffstat (limited to 'files/ar/sandbox/index.html')
-rw-r--r-- | files/ar/sandbox/index.html | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/files/ar/sandbox/index.html b/files/ar/sandbox/index.html new file mode 100644 index 0000000000..e422da79d7 --- /dev/null +++ b/files/ar/sandbox/index.html @@ -0,0 +1,75 @@ +--- +title: Sandbox +slug: Sandbox +translation_of: Sandbox +--- +<p class="summary" id="bob">{{EmbedLiveSample('Sample')}}</p> + +<p class="summary">كيف تحرير ساند بوكس للنشر</p> + +<p>There should be a video editing add-on.</p> + +<h2 id="vvv" name="vvv">Another in this article section (<em>maybe</em>)</h2> + +<h3 id="adam" name="adam">Nesting?</h3> + +<p>Hmmm, maybe this works? I don't <a href="http://google.com/">know</a>.</p> + +<h4 id="H4_heading">H4 heading</h4> + +<h5 id="h5_indicates_that_you've_dug_too_deep!">h5 indicates that you've dug too deep!</h5> + +<h2 id="Code_Sample">Code Sample</h2> + +<pre class="brush: cpp">#include <iostream> + +int main() + +{ + +print("This is my first work with you!"); + +return 3; + +}</pre> + +<h2 id="My_Alert">My Alert</h2> + +<h3 id="HTML">HTML</h3> + +<pre class="brush: html"><p id='test_code'> + Test Sample Code +</p></pre> + +<h3 id="CSS">CSS</h3> + +<pre class="brush: css">#test_code { + background-color: purple; +}</pre> + +<h3 id="JavaScript">JavaScript</h3> + +<pre class="brush: js">console.log("Hi there !!");</pre> + +<h3 id="Result">Result</h3> + +<p>{{EmbedLiveSample('My_Alert')}}</p> + +<h2 id="Hello_World">Hello World</h2> + +<h3 id="HTML_2">HTML</h3> + +<pre class="brush: html"><input type="date"> +</pre> + +<h3 id="Result_2">Result</h3> + +<p>{{EmbedLiveSample('Hello_World')}}</p> + +<h2 id="sand" name="sand">Conclusion</h2> + +<p>This document aims to sound sciencey.</p> + +<h2 id="webgl" name="webgl">WebGL Fundamentals</h2> + +<p>The shaderSource method of the WebglRenderingContext is super cool!</p> |