Je moet ingelogd zijn om te stemmen.
<!DOCTYPE html PUBLIC "NL"> <head> <title>keeway fact 50</title> <link rel="stylesheet" href="style.css" type="text/css" /> </head> <body> <div class="container c3"> <h2>mijn scooter!</h2> dit is mijn scooter.<br /> het is een keeway f-act 50.<br /> bouwjaar 2008.<br /><br /> <img src="scooter.jpg" width="350" height="230" /> <table class="c1" border="1" style="float:left;" > <tr> <td> • mijn scooter</tr> <tr> <td> • meer foto's</td> <tr> <td> • over mij</td></tr> </table><br> <a href="mailto:joey_de_best1@hotmail.com">mail voor meer info!</a> </div> </body> </html>
<!DOCTYPE html PUBLIC "NL"> <head><title>keeway fact 50</title><link rel="stylesheet" href="style.css" type="text/css" /> </head> <body><div class="container c3"><h2>mijn scooter!</h2>dit is mijn scooter.<br />het is een keeway f-act 50.<br />bouwjaar 2008.<br /><br /><img src="scooter.jpg" width="350" height="230" /><table class="c1" border="1" style="float:left;" ><tr><td>• mijn scooter</tr><tr><td>• meer foto's</td><tr><td>• over mij</td></tr></table><br><a href="mailto:joey_de_best1@hotmail.com">mail voor meer info!</a></div></body></html>
body {color:white; font-family:verdana; background-color:#333333;} h2 {color:#993333; font-family:times new roman; font-style:italic;} p {color:white; font-family:verdana; text-decoration:underline;} a:link { color: red } a:visited { color: gray} a:hover { color: purple } a:active { color: green } .container { margin: -19px auto; border: 1px solid #white; width: 920px; height: 455px; background-color:black; position: center; } div.c3 {text-align: center;} .c1{background-color: black; text-align: left; margin: 30px;}
body {color:white; font-family:verdana; background-color:#333333;} h2 {color:#993333; font-family:times new roman; font-style:italic;} p {color:white; font-family:verdana; text-decoration:underline;} a:link { color: red }a:visited { color: gray}a:hover { color: purple }a:active { color: green } .container {margin: -19px auto;border: 1px solid #white;width: 920px;height: 455px;background-color:black;position: center;} div.c3 {text-align: center;}.c1{background-color: black; text-align: left; margin: 30px;}