zoukankan      html  css  js  c++  java
  • 多层表格嵌套

    <!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>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
    <title>HTML表格</title>
    <style type="text/css">
    td{ border-right:solid 1px #000; border-top:solid 1px #000}
    </style>
    </head>
    <body>
    <div>
    <table width="200" border="0" cellpadding="0" cellspacing="0" style="border-left:solid 1px #000; border-bottom:solid 1px #000">
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
        </tr>
        <tr>
            <td>aa</td>
            <td colspan="3" >
                <table width="100%" border="0" cellpadding="0" cellspacing="0">
                    <tr>
                        <td height="26" style="border-top: none;">&nbsp;</td> 
                        <td style="border-top: none;">&nbsp;</td>
                        <td style="border-top: none;">&nbsp;</td>
                        <td style="border-top: none;">&nbsp;</td>
                        <td style="border-top: none; border-right: none;">&nbsp;</td>
                    </tr>
                    <tr>
                        <td>&nbsp;</td> 
                        <td>&nbsp;</td>
                        <td>&nbsp;</td>
                        <td>&nbsp;</td>
                        <td style="border-right: none;">&nbsp;</td>
                    </tr>
                </table>
        </td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
        </tr>
    </table>
    </div>
    </body>
    </html>
  • 相关阅读:
    Samba文件服务器详细配置步骤
    chkconfig命令详解
    rdesktop的使用方法
    CentOs中yum安装LAMP+PHPMYADMIN
    YUM源
    Centos下设置VNC为3389端口
    vnc服务的安装与配置
    rdesktop的使用
    nginx 日志分割
    程序员私活网汇总
  • 原文地址:https://www.cnblogs.com/kedarui/p/4072742.html
Copyright © 2011-2022 走看看