How to draw Rectangle using HTML and CSS



<html>
<style  type="text/css">
#rectangle{
width:100px;
height:300px;
mardin:100px auto;
background-color:yellow;
}
</style>

<body>
<div id="rectngle"></div>
</body>
</html>

No comments

Powered by Blogger.