GUVI
Back

72. Canvas Draw a rectangle of width 200 and height 100 with a border of 1px black color.

Created 2 years ago
127 Views
3 Comments
Rao13
@Rao13
Rao13
@Rao13Profile is locked. Login

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<meta http-equiv="X-UA-Compatible" content="ie=edge">

<title>Static Template</title>

</head>

<body>

<canvas width="200" height="100" style="border:1px solid black">

</canvas>

</body>

</html>

text case error

Comments (3)
Please login to comment.
 
Powered by habitate.io Habitate