The valign attribute determines the vertical alignment of text on the screen relative to the position coordinates.
<button> <clock> <defaults> <picture> <shape> <text> <video>
alignment |
One of the following values:
|
Alignment is relative to the position coordinates of the text. The default is center.
The following presents bottom-aligned text:
<text sometext>
/ items = ("ipsum")
/ valign = bottom
</text>