Copyright © tutorialspoint.com
The height sets the height of an element's content area.
All the HTML elements except non-replaced inline elements, table rows, and row groups.
object.style.height="100px"; |
Here is the example:
<p style="width:400px; height:100px;border:1px solid red; padding:5px; margin:10px;"> This paragraph is 400pixels wide and 100 pixels high </p> |
This will produce following result:
This paragraph is 400pixels wide and 100 pixels high |
To Become more comfortable - Do Online Practice
Copyright © tutorialspoint.com