<body style="margin: 0px;">
就可以了

解决方案 »

  1.   

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title> new document </title>
        <meta name="generator" content="editplus" />
        <meta name="author" content="Gao YiXiang" />
        <meta name="email" content="[email protected]" />
        <meta name="keywords" content="javascript dhtml dom" />
        <meta name="description" content="I love web development." />
        <style type="text/css">
    body
    {
        margin: 0px 0px 0px 0px;
    }
        </style>
    </head>
    <body>
        紧贴着
    </body>
    </html>
      

  2.   

    用table行不?!L@_@K
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title> new document </title>
        <meta name="generator" content="editplus" />
        <meta name="author" content="Gao YiXiang" />
        <meta name="email" content="[email protected]" />
        <meta name="keywords" content="javascript dhtml dom" />
        <meta name="description" content="I love web development." />
        <style type="text/css">
    body
    {
        height: 100%;
        margin: 0px 0px 0px 0px;
    }
        </style>
    </head>
    <body>
        <table width="100%" height="100%" style="border-collapse: collapse;">
            <tr>
                <td valign="top" style="background-color: white; color: black">紧贴顶</td>
            </tr>
            <tr>
                <td valign="bottom" style="background-color: black; color: white">紧贴底</td>
            </tr>
        </table>
    </body>
    </html>
      

  3.   


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>Example</title>
        <meta name="generator" content="No white spaces" />
        <meta name="author" content="Mike Cheers" />
        <meta name="email" content="[email protected]" />
        <meta name="description" content="I love everything." />
        <style type="text/css">
    body
    {
        margin: 0px;
        padding:0px;
    }
        </style>
    </head>
    <body>
        无空隙
    </body>
    </html>