Loading

html不常见问题汇总

写html已经好长一段时间了,也遇到了不少问题,跟大家分享下

 

form是不可以嵌套的

  说明:如果嵌套会有很多问题

    但是可以并列

    

<html>
    <head>
    </head>
    <body>   
        <form>
    
        </form>
        <form>
    
        </form>
    </body>
</html>  

  

posted @ 2015-07-28 17:51  shihao316558512  阅读(164)  评论(0编辑  收藏  举报