.sgsn2la3 { Vertical-align:top; Cursor: Pointe... Apr 2026

Are you trying to apply this style to a specific , or ALIGN text vertically to the TOP in a table 1 MINUTE

: In a table cell, vertical-align: top; ensures the text stays at the very top of the cell regardless of row height. Common Alignment Use Cases Top Align Inline Text vertical-align: top; MDN Web Docs Modern Layouts display: flex; align-items: center; Stack Overflow Microsoft Word Layout Tab > Vertical Alignment > Top Microsoft Support

The CSS snippet you provided uses the vertical-align: top; property, which aligns an element's box with the top of its containing line box. This property is primarily used for , inline-block , and table-cell elements; it does not work on block-level elements like or .

The cursor: pointer; property changes the mouse cursor to a hand icon, typically used to indicate that an element is clickable. Key CSS Concepts for Vertical Alignment

: Use vertical-align: top; to align elements like or to the top of the line.