GUVI
Back

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

Created 2 years ago
172 Views
2 Comments
SARVESHVARAN
@SARVESHVARAN
SARVESHVARAN
@SARVESHVARANProfile 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 black solid">

</canvas>


</body>
</html>


Correct or wrong

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