HTML/CSS/Layout Attributes/align 1

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

"align" specifies how the element is aligned with adjacent text

    
<HTML>
<Title>Example For align</Title>
<BODY>
text text text text text text text text text text text text text 
text text text text text text text text text text text text text 
text text text text text text text text text text text text text 
text text text text text text text text text text text text text 
<img src="http://www.wbex.ru/style/logo.png" 
     alt="http://www.wbex.ru" 
     width="74" 
     height="99" 
     align="baseline">
text text text text text text text text text text text text text 
text text text text text text text text text text text text text 
text text text text text text text text text text text text text 
text text text text text text text text text text text text text 
</BODY>
</HTML>