Du lukker spørgsmålet ved at skrive noget, og vælge "svar" ude i venstre side. Derefter kan du give dig selv points.
Din kode fortæller inden steder, at scrollbaren, skal styles. Det skal se nogenlunde således ud:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="
http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>hjem 1369</title>
<style type="text/css">
<!--
body {
background-color: #000000;
scrollbar-face-color:#903030;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#C0B0B0;
scrollbar-shadow-color:rgb(0,0,0);
scrollbar-highlight-color:rgb(0,0,0);
scrollbar-3dlight-color:#808080;
scrollbar-darkshadow-Color:#202020;
}
.style1 {color: #999999}
-->
</style></head>
<body>
<table width="568" height="312" border="0" cellpadding="0">
<tr>
<td valign="top"><span class="style1">velkommen</span></td>
</tr>
</table>
</body>
</html>