HTML/CSS/Basic Tags/center

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

"center" centers content between the margins of a page, table, or other object

   <source lang="html4strict">
   

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

This table is centered within the margins of the page.
not centered
centered
centered
not centered
Centered
 
not centered

</body> </html>


     </source>