HTML CSS Reference/HTML Attributes Reference/align iframe table

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

"align" Example

   <source lang="html4strict">
   

<HTML> <Title>Example For align</Title> <BODY>

Cell 1 content Cell 2 content Cell 3 content

</BODY> </HTML>


     </source>
   
  


align is applied to

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+

| Applied_To |<iframe> | +----------------+--------------------------------------------------------------+ </source>

"align" Syntax and Note

   <source lang="html4strict">

Note:

This attribute specifies the horizontal alignment of the
and <iframe>. Possible values include left, right,and center. Syntax: <element align="value"> . . . </element> </source>