要怎样在一个div中插入多个按钮 老师帮我插了两个按钮到了第三个就不行了_html/css_WEB-ITnose

WBOY
Freigeben: 2016-06-24 12:23:40
Original
1578 Leute haben es durchsucht

我献上我的代码:









回复讨论(解决方案)

老师给我弄的前两个 按钮没什么问题 但是最后一个就不行了= =!

求大神= =!  大神呢   = =!

<!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=utf-8" /><title>无标题文档</title></head><body><div id="div1" style="padding-top:500px;float:left"><a href="zhuye.html"><input type="butoon" id="butoon1" name="注册" value="注册"/></a></div><div id="div2" style="padding-top:500px;float:left"><a href="zhuye.html"><input type="butoon" id="butoon2" name="主页" value="主页" /></div><div id="div3" style="padding-top:500px "><a href="zhuye.html"><input type="butoon" id="butoon3" name="释义" value="释义"/></a></div></body></html>
Nach dem Login kopieren

<!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=utf-8" /><title>无标题文档</title></head><body><div id="div1" style="padding-top:500px;float:left"><a href="zhuye.html"><button id="butoon1" name="注册">注册</button></a></div><div id="div2" style="padding-top:500px;float:left"><a href="zhuye.html"><button id="butoon2" name="主页">主页</button></a></div><div id="div3" style="padding-top:500px "><a href="zhuye.html"><button id="butoon3" name="释义"> 释义</button></a></div></body></html>
Nach dem Login kopieren

上面的错了

这么几行代码问题多
第一 float 在style里面  style里多个样式用;分开
第二 href 后面  没有;号
第三 第二个input  没有关闭标签 你这是明嵌套问题
第四 就是你说的 第三个就不行因为第三个问题的出现 所以第导致你的问题
最后一个问题就是前两个都浮动了,第三个也浮动一下呗,

为什么要在a中嵌套input  求大神解释  

有很多语法错误了。标签未关闭,float 位置写的不对 

Quelle:php.cn
Erklärung dieser Website
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
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage