JavaScript, CSS, and XHTML Tester
Enter a title for your page:
Enter any JavaScript code here:
//JavaScript goes here... window.onload = function() { };
Enter your style sheet code:
/*CSS goes here*/ body { font-family: Arial, Helvetica, sans-serif; color: #000; background-color: #FFF; background-image: url(http://scriptar.com/images/s.gif); } a:link, a:visited { text-decoration: underline; } a:hover, a:active { color: #F00; text-decoration: none; }
Enter the body of your page:
<body> <div> XHTML body goes
here
... </div> </body>
Home