html
Html
code posted
by
CoASyS
created at 19 Apr 21:31
Edit
|
Back
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 |
<html> <head> <style> div{ margin: 2px; } #ciao{ color: red; } </style> <script type="text/javascript"> /* commento */ //2 alert(Object); var c=0; alert(c); </script> </head> <body> <div id="ciao" style="border:solid 1px black;">hello</div> </body> </html> |
291 Bytes in 2 ms with coderay