<html> <head> <link rel="stylesheet" type="text/css" href="x.css"> </head> <body> <div id="x2"> <pre><code> function sample(){ var x; x=5; alert(x); } </code></pre> </div> </body> </html> #x2 {background-color:#ff0000;}