You are on page 1of 1

Cration 2 boites

<html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> <title>2 boites</title> <style type="text/css"> #boite1 { background-color: #ffff99; width: 800px; height: 100px; } #boite2 { background-color: #ccffff; width: 100px; height: 400px; } </style> </head> <body> <div id="boite1"> Boite 1 </div> <div id="boite2"> Boite 2 </div> </body> </html>

You might also like