0
What is the px value for the sub and super in text-align of CSS?
What px value does a sub or super have in the text-align of CSS? what is the default value?
1 Odpowiedź
+ 2
hello ,
sup and supper are values and use in vertical-align :
span#mySpan {
background-color:yellow;
vertical-align:super;
}
:-)