HTML/CSS/Styles Tags/div

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

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