Codelet #2


<html> <head> <style> // css goes here </style> </head> <body> <!-- Body goes here --> <script> document.write("hello everybody") </script> </body> </html>

Loading Please Wait...