猿问

关于html的问题

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title></title>

</head>

<body>

<!--实现会员的注册登录的页面-->

<!--先创建一个5行一列的表-->

<table border="1px" width="1300px" cellpadding="0px" cellspacing="0px" align="center">

<!--logo部分-->

<tr>

<td>

<table border="1px" width="100%" align="center">

<tr>

<td width="33.3%">

<img src="../img/img/logo2.png" width="300px" height="40px" />

</td>

<td width="33.3%">

<img src="../img/img/header.jpg" width="500px" height="40px" />

</td>

<td width="33.3%" align="center">

<a href="#">登录</a>&nbsp;&nbsp;

<a href="#">注册</a>&nbsp;&nbsp;

<a href="#">购物车</a>

</td>

</tr>

</table>

</td>

</tr>

<!--导航栏部分-->

<tr height="50px" width="100%" cellpadding="0px" cellspacing="0px">

<td bgcolor="black">

<font size="5" color="white">首页</font>&nbsp;&nbsp;

<font color="white">手机数码</font>&nbsp;&nbsp;

<font color="white">电脑办公</font>&nbsp;&nbsp;

<font color="white">男女装</font>&nbsp;&nbsp;

<font color="white">家具电器</font>&nbsp;&nbsp;

</td>

</tr>

<!--注册表单页面-->

<!--创建一个十行两列的表格-->

<tr>

<tb>

<table>

<tr>

<tb> </tb>

<tb> </tb>

</tr>

<tr>

<tb> </tb>

<tb> </tb>

</tr>

<tr>

<tb> </tb>

<tb> </tb>

</tr>

<tr>

<tb> </tb>

<tb> </tb>

</tr>

<tr>

<tb> </tb>

<tb> </tb> 

</tr>

<tr>

<tb> </tb>

<tb> </tb>

</tr>

<tr>

<tb> </tb>

<tb> </tb>

</tr>

<tr>

<tb> </tb>

<tb> </tb>

</tr>

<tr>

<tb> </tb>

<tb> </tb>

</tr>

<tr>

<tb> </tb>

<tb></tb>

</tr>

</table>

</tb>

</tr>

<!--友情链接-->

<tr>

<td align="center">

<a href="#"><font>******* </font> </a>&nbsp;&nbsp;

<a href="#"><font>******* </font> </a>&nbsp;&nbsp;

<a href="#"><font>******* </font> </a>&nbsp;&nbsp;

<a href="#"><font>*******</font> </a>&nbsp;&nbsp;

<a href="#"><font>******* </font> </a>&nbsp;&nbsp;

<a href="#"><font>*******</font> </a>&nbsp;&nbsp;

<a href="#"><font>******* </font> </a>&nbsp;&nbsp;

<a href="#"><font>*******</font> </a>&nbsp;&nbsp;

<br /><br />

                       <font> Copyright © *******</font>

</td>

</tr>

<!--*******-->

<tr>

<tb>5</tb>

</tr>

</table>

</body>

</html>


上面是我的页面代码,为什么在浏览器上面显示的是这样的?





有没有前端的大神教我一下



yanwencai
浏览 1552回答 2
2回答

Imunique

你的中间一大段的<td>写成了<tb>,所以中间表格中的行列都没有显示,改完之后呢也没有什么太大变化,不知道你想要的结果是怎么样的。

yanwencai

确实是这个问题,我太不细心了,谢谢?
随时随地看视频慕课网APP
我要回答