Copyright © tutorialspoint.com
The bottom property defines an offset of the bottom edge of an absolutely positioned element from the bottom edge of its positioning context, or the vertical distance which a relatively positioned element will be displaced.
All the HTML positioned element.
object.style.bottom="2px"; |
Here is the example which shows effect of this property:
<p style="position:absolute; bottom:100px;"> This line will be positioned 100px above from the bottom edge of this window. </p> |
To Become more comfortable - Do Online Practice
Copyright © tutorialspoint.com