Saturday, February 7, 2015

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>

Share this

0 Comment to "How to draw Rectangle using HTML and CSS"