Je moet ingelogd zijn om te stemmen.
width:xxxpx; /*verplicht ism onderstaande*/ margin:auto;
width:xxxpx; /*verplicht ism onderstaande*/margin:auto;
<!DOCTYPE html PUBLIC "NL"> <head> <title>mijn scooter</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 /> loopt 67 op de teller<br> mooie kleur blauw<br> bouwjaar 2008.<br /><br /> <img src="C:\Users\joey\Desktop\webdesign\web\scooter.jfif" width="350" height="230"/> <table class="c1" border="1" style="float:left;" > <tr> <td> • <a href="1e.htm">mijn scooter</a></tr> <tr> <td> • meer foto's</td> <tr> <td> • <a href="3e.htm">over mij</a></td></tr> </table><br> <a href="mailto:joey_de_best1@hotmail.com">mail voor tips!</a> </div> </body> </html>
<!DOCTYPE html PUBLIC "NL"> <head><title>mijn scooter</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 />loopt 67 op de teller<br>mooie kleur blauw<br>bouwjaar 2008.<br /><br /> <img src="C:\Users\joey\Desktop\webdesign\web\scooter.jfif" width="350" height="230"/><table class="c1" border="1" style="float:left;" ><tr><td>• <a href="1e.htm">mijn scooter</a></tr><tr><td>• meer foto's</td><tr><td>• <a href="3e.htm">over mij</a></td></tr></table><br><a href="mailto:joey_de_best1@hotmail.com">mail voor tips!</a></div></body></html>
body {color:white; font-family:verdana; background-color:#333333;} h2 {color:#993333; font-family:times new roman; font-style:italic;} div 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; } .rood {color:rood;} 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;} div 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;} .rood {color:rood;} div.c3 {text-align: center;}.c1{background-color: black; text-align: left; margin: 30px;}
<!DOCTYPE html PUBLIC "NL"> <head> <title>mijn scooter</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 /> loopt 67 op de teller<br> mooie kleur blauw<br> bouwjaar 2008.<br /><br /> <img src="http://www.chesterfield.nl/images/meubel_normaal/Cornham4%20350x230.jpg" class="img_" /> <table class="c1" border="1" style="float:left;" > <tr> <td> • <a href="1e.htm">mijn scooter</a></tr> <tr> <td> • meer foto's</td> <tr> <td> • <a href="3e.htm">over mij</a></td></tr> </table><br> <a href="mailto:joey_de_best1@hotmail.com">mail voor tips!</a> </div> </body> </html>
<!DOCTYPE html PUBLIC "NL"> <head><title>mijn scooter</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 />loopt 67 op de teller<br>mooie kleur blauw<br>bouwjaar 2008.<br /><br /> <img src="http://www.chesterfield.nl/images/meubel_normaal/Cornham4%20350x230.jpg" class="img_" /><table class="c1" border="1" style="float:left;" ><tr><td>• <a href="1e.htm">mijn scooter</a></tr><tr><td>• meer foto's</td><tr><td>• <a href="3e.htm">over mij</a></td></tr></table><br><a href="mailto:joey_de_best1@hotmail.com">mail voor tips!</a></div></body></html>
body {color:white; font-family:verdana; background-color:#333333;} h2 {color:#993333; font-family:times new roman; font-style:italic;} div 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; } .rood {color:rood;} div.c3 {text-align: center;} .c1{background-color: black; text-align: left; margin: 30px;} .img_ { width: 350px; height: 230px; margin-left: -175px; }
body {color:white; font-family:verdana; background-color:#333333;} h2 {color:#993333; font-family:times new roman; font-style:italic;} div 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;} .rood {color:rood;} div.c3 {text-align: center;}.c1{background-color: black; text-align: left; margin: 30px;} .img_{ width: 350px; height: 230px; margin-left: -175px;}