From 4b1a9203c547c019fc5398082ae19a3f3d4c3efe Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:15 -0500 Subject: initial commit --- files/ar/sandbox/index.html | 75 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 files/ar/sandbox/index.html (limited to 'files/ar/sandbox/index.html') 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 +--- +

{{EmbedLiveSample('Sample')}}

+ +

كيف تحرير ساند بوكس للنشر

+ +

There should be a video editing add-on.

+ +

Another in this article section (maybe)

+ +

Nesting?

+ +

Hmmm, maybe this works? I don't know.

+ +

H4 heading

+ +
h5 indicates that you've dug too deep!
+ +

Code Sample

+ +
#include <iostream>
+
+int main()
+
+{
+
+print("This is  my first work with you!");
+
+return 3;
+
+}
+ +

My Alert

+ +

HTML

+ +
<p id='test_code'>
+  Test Sample Code
+</p>
+ +

CSS

+ +
#test_code {
+  background-color: purple;
+}
+ +

JavaScript

+ +
console.log("Hi there !!");
+ +

Result

+ +

{{EmbedLiveSample('My_Alert')}}

+ +

Hello World

+ +

HTML

+ +
<input type="date">
+
+ +

Result

+ +

{{EmbedLiveSample('Hello_World')}}

+ +

Conclusion

+ +

This document aims to sound sciencey.

+ +

WebGL Fundamentals

+ +

The shaderSource method of the WebglRenderingContext is super cool!

-- cgit v1.2.3-54-g00ecf