291262-1.html (355B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> 2 <html> 3 <head> 4 <title>Styling the CANVAS element</title> 5 <style type="text/css"> 6 canvas{ 7 position: absolute; 8 top:37px; left:4em; 9 background:lime; 10 border:.5em solid black; 11 height:1em; 12 width:1em; 13 display:block; 14 } 15 </style> 16 </head> 17 <body> 18 <canvas></canvas> 19 </body> 20 </html>