GUVI
Back

Test cases not passed

Created 2 years ago
75 Views
1 Comments
Sukrita
@Sukrita
Sukrita
@SukritaProfile is locked. Login

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

<!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 black solid">

</canvas>

</body>

</html>

Only one out of 4 test cases are passed even though my code is correct.

Comments
Please login to comment.
 
Powered by habitate.io Habitate