Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/jquery-ui/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
HTML在多个列上显示_Html_Css - Fatal编程技术网

HTML在多个列上显示

HTML在多个列上显示,html,css,Html,Css,我怎样才能在多个td的水平方向上获得第四个重叠?“文本溢出”似乎无法将其删除你是说这个吗 <table border="1"> <thead> <tr> <th>id</th> <th colspan="2">Name</th> </tr> </thead> <tbody>

我怎样才能在多个td的水平方向上获得第四个重叠?“文本溢出”似乎无法将其删除

你是说这个吗

<table border="1">
    <thead>
        <tr>
            <th>id</th>
            <th colspan="2">Name</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>1</td>
            <td>John</td>
            <td>Doe</td>
        </tr>
        <tr>
            <td>2</td>
            <td>Jane</td>
            <td>Doe</td>
        </tr>
    </tbody>
</table>

请发布您的代码发布您的代码。。。。。最好是当小提琴手-