blob: e422da79d71914f9ae31d619a84a66c9a8f659b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
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>
|