Difference between revisions of "Team:Cologne-Duesseldorf/Test3"

(Blanked the page)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
<html>
 
<body>
 
<canvas id="myCanvas">
 
  Your browser does not support the canvas element.
 
</canvas>
 
  
 
<script>
 
var canvas = document.getElementById("myCanvas");
 
var ctx = canvas.getContext("2d");
 
ctx.fillStyle = "#FF00FF";
 
ctx.fillRect(0,0,150,75);
 
</script>
 
 
</body>
 
</html>
 

Latest revision as of 10:12, 10 December 2017