GUVI
Back

Webkata 38

Created 3 years ago
1789 Views
5 Comments
vishva238
@vishva238
vishva238
@vishva238Profile is locked. Login

HTML 38

×

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 private case passed?

What is the requirement here?

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