Ask your own question, for FREE!
Computer Science 20 Online
Ultrilliam:

(testing updates don't mind this)

Ultrilliam:

``` <?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 ```

Ultrilliam:

|dw:1520134495136:dw|

Ultrilliam:

Layers before:

1 attachment
Ultrilliam:

|dw:1520654658675:dw|

Ultrilliam:

@Ultrilliam

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!