HTML/CSS/CSS Attributes and Javascript Style Properties/text underline position — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Версия 09:20, 26 мая 2010
"text-underline-position" Example
<html>
<body>
<div style="width:600;
background-color:beige;
text-underlineposition:above;
text-decoration:underline;
text-align:center">
This is a sample paragraph.
<br>
The text-underline-position property is set to "above"
</div>
</body>
</html>