アットウィキロゴ

CSS

<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;}  
 
最終更新:2013年10月02日 20:25