<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://apressato.com/dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://apressato.com/dokuwiki/feed.php">
        <title>APressato.Com web_development:html</title>
        <description></description>
        <link>http://apressato.com/dokuwiki/</link>
        <image rdf:resource="http://apressato.com/dokuwiki/lib/tpl/ap_dokubook/images/favicon.ico" />
       <dc:date>2026-05-13T17:20:26+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://apressato.com/dokuwiki/doku.php?id=web_development:html:appunti&amp;rev=1433794558&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://apressato.com/dokuwiki/lib/tpl/ap_dokubook/images/favicon.ico">
        <title>APressato.Com</title>
        <link>http://apressato.com/dokuwiki/</link>
        <url>http://apressato.com/dokuwiki/lib/tpl/ap_dokubook/images/favicon.ico</url>
    </image>
    <item rdf:about="http://apressato.com/dokuwiki/doku.php?id=web_development:html:appunti&amp;rev=1433794558&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-06-08T20:15:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>web_development:html:appunti</title>
        <link>http://apressato.com/dokuwiki/doku.php?id=web_development:html:appunti&amp;rev=1433794558&amp;do=diff</link>
        <description>HTML: Appunti

Questa sezione raccoglie alcuni semplici appunti su HTML...

Centrare Una Tabella


&lt;style type=&quot;text/css&quot;&gt;

div.center {
    text-align: center;
}

div.center table {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}	
&lt;/style&gt;

&lt;div class=&quot;center&quot;&gt;
    &lt;table&gt;
&lt;/div&gt;</description>
    </item>
</rdf:RDF>
