span text « Tags « HTML / CSS






1.Span text-transform: uppercase;
2.Span text-align: center;
3.span text-decoration: underline;
4.span text-decoration: overline;
5.span text-decoration: line-through;
6.span text-decoration: blink;
7.span text-decoration: underline overline;
8.span text-decoration: underline line-through;
9.span text-decoration: overline line-through;








10.span text-transform: lowercase;
11.span text-transform: capitalize;
12.span vertical-align: text-top;
13.span vertical-align: text-bottom;
14.text-indent does not work on inline elements
15.When vertically aligning inline elements,the vertical-align property can be: top, middle, bottom, text-top, text-bottom.
16.Inline vertical-align: text-bottom
17.Inline vertical-align: text-top