Can't the height in table be adjusted in border and tr?
多多金库(备用)
多多金库(备用) 2018-10-15 16:18:12
0
2
1370

Hello teacher, the height in the table cannot be adjusted in the border and tr. The display code is red and the browser cannot display it. It can only be set in td. In addition, my <tr> can be displayed but all are in red. What is the reason?

<title>Title</title>
</head>
<body>
<table border="1" width="25" height="200" >
<tr>
   <td>张麻子</td>
   <td>70</td>
   <td>80</td>
</tr>
<tr>
   <td>李三</td>
   <td>88</td>
   <td>90</td>
</tr>
</body>
</html>


多多金库(备用)
多多金库(备用)

reply all(2)
胤彬-
<title>Title</title>
</head>
<body>
<table sytle='border="1" width="25" height="200"' >
<tr>
   <td>张麻子</td>
   <td>70</td>
   <td>80</td>
</tr>
<tr>
   <td>李三</td>
   <td>88</td>
   <td>90</td>
</tr>
</body>
</html>


胤彬-

<title>Title</title></head><body><table style='border="1" width="25" height="200" '><tr>   <td>张麻子</td>   <td>70</td>   <td>80</td></tr><tr>   <td>李三</td>   <td>88</td>   <td>90</td></tr></body></html>

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template