(testing updates don't mind this)
``` <?php $test = "test"; function test($tmp) { global $test; return $test=$tmp; } echo test("Hello World!"); ?> <!DOCTYPE html> <title>Title</title> <style>body {width: 500px;} #body {height: 500px;}</style> <script type="application/javascript"> function $init() {return true;} </script> <body> <p checked class="title" id='title'>Title</p> <!-- here goes the rest of the page --> </body> ``` ```javascript var test = "test"; function test(test1,test2) { return test1+test2; //test } console.log(test(test,"testing")); console.log(["testing",5,{"test":"test"}]); ``` ```css .test { color:blue; } #test { color:orange; } ``` ```html <!DOCTYPE html> <html> <head> <title>Syntax Highlighting Test</title> </head> <body> <p>Hello World!</p> </body> </html> ``` ```sql SELECT * FROM example WHERE user = "test" LIMIT 5 ```
|dw:1520134495136:dw|
Layers before:
|dw:1520654658675:dw|
@Ultrilliam
Join our real-time social learning platform and learn together with your friends!