HTML/CSS/Layout Attributes/align 3 — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Версия 09:21, 26 мая 2010
"align" aligns text or other content within the container
<HTML>
<Title>Example For align</Title>
<BODY>
<div align="justify"
style="position:absolute;
background-color:#EEEEEE;
z-index:5">
<span>This block of text inside a div element.</span>
</div>
</BODY>
</HTML>