Set the height of a box with CSS


The height property is used to set the height of a box. They can take values of a length, a percentage, or the keyword auto. You can try to run the following code to set height −

Example

<html>
   <head>
   </head>
   <body>
      <p style = "width:200px; height:50px; border:2px solid green; padding:15px; margin:20px;">
         This paragraph is 200pixels wide and 50 pixels high
      </p>
   </body>
</html>

Samual Sam
Samual Sam

Learning faster. Every day.

Updated on: 04-Mar-2020

113 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements