How to draw Rectangle using HTML and CSS
By
Unknown
At
1:49:00 AM
0
<html>
<style type="text/css">
#rectangle{
width:100px;
height:300px;
mardin:100px auto;
background-color:yellow;
}
</style>
<body>
<div id="rectngle"></div>
</body>
</html>
You Might Also Like
0 comments:
Post a Comment