<< Return to Lab 2

The Code

<html>
   <head>
      <style>
         
div {float: left; margin: 1em; background-color: #ff0000;}
</style> </head> <body> <div> Text column 1 </div> <div> Text column 2 </div> </body> </html>