HTML/CSS/Styles Tags/div — различия между версиями

Материал из Web эксперт
Перейти к: навигация, поиск
м (1 версия)
 
м (1 версия)
 
(нет различий)

Текущая версия на 11:17, 26 мая 2010

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