show-notice
hide-notice

Wednesday 7 August 2013

CSS Height and Width


Introduction:

CSS includes height and width properties to help you specify the size of your elements.

Example:
<html>
<head>
<title></title>
</head>
<body>
<div style="background-color:orange;max-height:125px;max-width:75px;">
This div has max-height and max-width applied.
</div>
</body>
</html>




SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com