HTML: Appunti

Questa sezione raccoglie alcuni semplici appunti su HTML

Centrare Una Tabella

<style type="text/css">
 
div.center {
    text-align: center;
}
 
div.center table {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}	
</style>
 
<div class="center">
    <table>
</div>
web_development/html/appunti.txt · Ultima modifica: 2015/06/08 20:15 da 127.0.0.1
Torna su
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0