HTML/CSS/Styles Tags/div

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

"div" Example

   <source lang="html4strict">
   

<html> <head> <title>div element example</title> </head> <body>

<img src="http://www.wbex.ru/style/logo.png" alt="" width="300" height="225">

This div element contains an image plus a center aligned text.

Text.

</body> </html>


     </source>