Home > Web Front-end > HTML Tutorial > How to nest html table here? _html/css_WEB-ITnose

How to nest html table here? _html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:46:11
Original
1079 people have browsed it

Oh, please tell me how to nest the table here. I have been working on it for 2 days. I followed the book and tutorial, but what I made is different from his. Please help, thank you

< ;html>

Web page title


                                                                                                                     
                                                                   < th>Gender
                                      < ;td width="90" >Zhang San
.com
                                                                           ;
                                                   
                                               3
  < td>Zhang San                                 d>Male
                                                                                                                🎜>           
                                                                                                                           🎜>                                                                                                                            
          
         
        
        
          
         
        
        
          
        
        
            
           
    
        




----------------------------------------- -----This is the table I am preparing to nest--------------------------------- --------------------------



123@qq. com 5
6
7 张三20 123@qq.com

First Form
                                          ;


🎜>                                                                                          ="50" >Male
                                                < ;td>Zhang San
                         d>Male                                         🎜>                                                              ;/td>
                                         < 🎜>
















Reply to the discussion (Solution)






I don’t quite understand what you mean, is that right?







Thank you, I forgot to post the form, I’m dizzy


<table width="600" border="1" cellspacing="0" cellpadding="0">  <tr>    <td width="200"> </td>    <td width="200"> </td>    <td width="200"> </td>  </tr>  <tr>    <td> </td>    <td><table frame="void" width="200" border="1" cellspacing="0" cellpadding="0">      <tr>        <td> </td>        <td> </td>        <td> </td>      </tr>      <tr>        <td> </td>        <td> </td>        <td> </td>      </tr>      <tr>        <td> </td>        <td> </td>        <td> </td>      </tr>    </table></td>    <td> </td>  </tr>  <tr>    <td> </td>    <td> </td>    <td> </td>  </tr></table>
Copy after login

<style type="text/css">.seasons1987 table {    border-top-width: 0px;    border-right-width: 0px;    border-bottom-width: 0px;    border-left-width: 0px;}</style><table width="600" border="1" cellpadding="0" cellspacing="0" class="seasons1987">  <tr>    <td width="200"><table width="200" border="1" cellspacing="0" cellpadding="0">      <tr>        <td> </td>        <td> </td>        <td> </td>      </tr>      <tr>        <td> </td>        <td> </td>        <td> </td>      </tr>      <tr>        <td> </td>        <td> </td>        <td> </td>      </tr>    </table></td>    <td width="200"> </td>    <td width="200"><table width="200" border="1" cellspacing="0" cellpadding="0">      <tr>        <td> </td>        <td> </td>        <td> </td>      </tr>      <tr>        <td> </td>        <td> </td>        <td> </td>      </tr>      <tr>        <td> </td>        <td> </td>        <td> </td>      </tr>    </table></td>  </tr>  <tr>    <td> </td>    <td><table width="200" border="1" cellspacing="0" cellpadding="0">      <tr>        <td> </td>        <td> </td>        <td> </td>      </tr>      <tr>        <td> </td>        <td> </td>        <td> </td>      </tr>      <tr>        <td> </td>        <td> </td>        <td> </td>      </tr>    </table></td>    <td> </td>  </tr>  <tr>    <td><table width="200" border="1" cellspacing="0" cellpadding="0">      <tr>        <td> </td>        <td> </td>        <td> </td>      </tr>      <tr>        <td> </td>        <td> </td>        <td> </td>      </tr>      <tr>        <td> </td>        <td> </td>        <td> </td>      </tr>    </table></td>    <td> </td>    <td><table width="200" border="1" cellspacing="0" cellpadding="0">      <tr>        <td> </td>        <td> </td>        <td> </td>      </tr>      <tr>        <td> </td>        <td> </td>        <td> </td>      </tr>      <tr>        <td> </td>        <td> </td>        <td> </td>      </tr>    </table></td>  </tr></table>
Copy after login
Thank you, I forgot to post the form, I’m dizzy

<html><meta http-equiv="Content-Type" content="text/html; charset=utf-8">    <title>网页标题ing</title>    <body>     <table border="1" width="800" bgcolor="#AEA6A6" align="center" bordercolor="#EF0F13" cellspacing="0" cellpadding="0" bordercolorlight="#1126CD" bordercolordark="#F4F318">     <caption><h2>第一表格</h2></caption>     <tr>         <th>编号</th>     <th>姓名</th>         <th>年龄</th>            <th>电子邮箱</th>            <th>性别</th>        </tr>        <tr>         <td width="50" height="40">1</td>        <td width="90"  >张三</td>            <td width="70">20</td>         <td width="150">123@qq.com</td>            <td width="50">男</td>        </tr>            <tr bgcolor="green" align="center">         <td>2</td>        <td>张三</td>            <td>20</td>         <td>123@qq.com</td>            <td>男</td>        </tr>         <tr>         <td>3</td>        <td>张三</td>            <td>20</td>         <td>123@qq.com</td>            <td>男</td>        </tr>         <tr>         <td>4</td>        <td rowspan="3" colspan="3">                        <table border="1" width="500" bgcolor="#AEA6A6" align="center" bordercolor="#EF0F13" cellspacing="0" cellpadding="0" bordercolorlight="#1126CD" bordercolordark="#F4F318">     <tr>         <th>编号</th>     <th>姓名</th>         <th>年龄</th>            <th>电子邮箱</th>            <th>性别</th>        </tr>        <tr>         <td width="50" height="40">1</td>        <td width="90"  >张三</td>            <td width="70">20</td>         <td width="150">123@qq.com</td>            <td width="50">男</td>        </tr>            <tr bgcolor="green" align="center">         <td>2</td>        <td>张三</td>            <td>20</td>         <td>123@qq.com</td>            <td>男</td>        </tr>         <tr>         <td>3</td>        <td>张三</td>            <td>20</td>         <td>123@qq.com</td>            <td>男</td>        </tr> </table>                                    </td>            <td>男</td>           </tr>         <tr>         <td>5</td>        <td>男</td>           </tr>         <tr>         <td>6</td>        <td>男</td>           </tr>         <tr>         <td>7</td>        <td>张三</td>            <td>20</td>         <td>123@qq.com</td>            <td>男</td>        </tr>           </body>    </html>
Copy after login

The problem is solved!

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
Age E-mail