pixtur
from some example
/* comment */ function bla() { str = "laksjdf"; return 2; }
guest
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>Sample HTML</title> <meta name="author" content="Dean Edwards"/> <!-- keeping code tidy!! --> <meta name="copyright" content="© copyright 2005, Dean Edwards"/> <style type="text/css"> body {color: black;} </style> <script type="text/javascript"> onload = function() { // do something }; </script> </head> <body> <p>Hello World!</p> </body> </html>
barlas
Comment
Details (Wiki format)
Please copy the text