HTML/CSS/Layout Attributes/bottommargin

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

"bottommargin" sets the height in pixels of the page bottom margin

   <source lang="html4strict">
   

<HTML> <head> <Title>Example For bottommargin</Title> </head> <BODY bottommargin="200">

Some text in the paragraph

Some text in the paragraph

Some text in the paragraph

Some text in the paragraph

Some text in the paragraph

Some text in the paragraph

Some text in the paragraph

Some text in the paragraph

Some text in the paragraph

Some text in the paragraph

Some text in the paragraph

Some text in the paragraph

Some text in the paragraph

</BODY> </HTML>


     </source>