HTML/CSS/CSS Attributes and Javascript Style Properties/text underline position

Материал из Web эксперт
Версия от 08:15, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

"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>