marquee总是处于页面嘴上免

 代码如下
<!DOCTYPE html>
<head>
</head>
<body>
    <div>
        <table border="0"> 
        <tr>
            <th>A<th>
            <th>B<th>
            <th>C<th>
        </tr>
        <tr>
            <th>10万<th>
            <th>5万<th>
            <th>7万<th>
        </tr> 
    </div>  
    <div>
        <marquee direction="left" scrollamount="5" style="width: 210px;height: 100px">
            <a>北京 139139139139 A</a><br>
            <a style="color:red">北京 139139139139 B</a><br>
            <a>北京 139139139139 C</a>
        </marquee>
    </div>  
</body>


求大神指点


        <table border="0">
            <tr>
                <th>A
                <th>
                <th>B
                <th>
                <th>C
                <th>
            </tr>
            <tr>
                <th>10万
                <th>
                <th>5万
                <th>
                <th>7万
                <th>
            </tr>
            </table><!---------------------少了结束标签了,导致解析table再下面了--------------------->