Heim  >  Artikel  >  Web-Frontend  >  html中这个代表什么意思??怎么处理??_html/css_WEB-ITnose

html中这个代表什么意思??怎么处理??_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:15:281371Durchsuche

<body><table width="367" border="0" align="center" cellpadding="0" cellspacing="0">  <tr>    <td background="images/back.gif"><table width="367" border="0" align="center" cellpadding="0" cellspacing="0">      <form name="form1" method="post" action="index.php" onsubmit="return chkinput(this)">	  <tr>        <td height="30" colspan="4"> </td>      </tr>      <tr>        <td width="82" height="25"><div align="center" class="STYLE1">网关地址</div></td>        <td width="169"> <input type="text" name="ip" class="inputcss" size="25"></td>        <td width="38"><span class="STYLE1">端口:</span></td>        <td width="78"><input type="text" name="port" size="5" class="inputcss"></td>      </tr>      <tr>        <td height="20"><div align="center" class="STYLE1">用户名:</div></td>        <td height="20"> <input type="text" name="username" class="inputcss" size="25"></td>        <td height="20" colspan="2"> </td>      </tr>      <tr>        <td height="20"><div align="center" class="STYLE1">密码:</div></td>        <td height="20"> <input type="password" name="userpwd" class="inputcss" size="25"></td>        <td height="20" colspan="2"><input type="submit" name="submit" class="buttoncss" value="发送" /></td>      </tr>      <tr>        <td height="20"><div align="center" class="STYLE1">发送手机号:</div></td>        <td height="20"> <input type="text" name="telnumber" class="inputcss" size="25"></td>        <td height="20" colspan="2"><input type="reset" name="reset" class="buttoncss" value="重写" /></td>      </tr>	  <tr>        <td height="20"><div align="center" class="STYLE1">接收手机号:</div></td>        <td height="20"> <input type="text" name="receivenumber" class="inputcss" size="25"></td>        <td height="20" colspan="2"> </td>	  </tr>      <tr>        <td height="72"><div align="center" class="STYLE1">短信内容:</div></td>        <td colspan="3"> <textarea name="content" cols="40" rows="5" class="inputcss"></textarea></td>      </tr>      <tr>        <td height="25" colspan="4"><div align="center"></div></td>        </tr></form>    </table></td>  </tr></table>

 是什么意思??


回复讨论(解决方案)

 是空格,因为html对连续的空格只作为一个空格处理,所以要用 显示空格

就是一个空格

他有多高,多宽

nbsp means  non-breaking space  
空格

占几个空格的位置?

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn