vertical-align

Previous- text-decoration  |  Next-text-transform

Description

The vertical-align property may be used to alter the vertical positioning of an inline element, relative to its parent element or to the element's line. (An inline element is one which has no line break before and after it, eg., EM, A, and IMG in HTML.)


Initial Value : baseline

Applies to : inline elements

Inherited : no

Possible Values
baseline | sub | super | top | text-top | middle | bottom | text-bottom | <percentage> | <length> | inherit


Previous- text-decoration  |  Next-text-transform