HTML/CSS/Layout Attributes/align 1

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

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

   <source lang="html4strict">
   

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


     </source>