zoukankan      html  css  js  c++  java
  • 登录界面

    网站系统开发需要掌握的技术:php.html

    源代码:

    <!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> <h1>用户登录 </h1> <!--标题-->

    <br><br><br><br>

    <form name="first" action="land2.php" method="post">  

    <table width="465" border="0" cellspacing="30" cellpadding="0">

     <tr>  <td width="83">用户名:</td>  

    <td width="268"><input type="text" name="ures"></td>  

    </tr>

     <tr>  

    <td>密码:</td>  <td>

    <input type="password" name="ps"></td>  </tr>  

    <tr>

     </tr>

     <tr>      <td colspan="3" align="center"><input type="submit" value="登录"、><!--登录按钮-->                     

                                                                <input type="reset" value="取消"><!--取消按钮-->       </tr>    </table>              

           </form>

    <br><br><br>

    </center>

    </body>

    </html>

    截图:

    原因:寒假贪玩没有完成作业。

    目标:熟练掌握php和html。

    计划:周一下午3:00-5:00

           周三下午3:00-5:00

  • 相关阅读:
    poj 2718 Smallest Difference
    AtCoder Beginner Contest 100 2018/06/16
    aoj 0009 Prime Number
    poj 1930 Dead Fraction
    poj 3669 Meteor Shower
    aoj 0121 Seven Puzzle
    poj 2429 GCD & LCM Inverse
    aoj 0005 GCD and LCM
    aoj 0558 Cheese
    aoj 0033 玉
  • 原文地址:https://www.cnblogs.com/ygl888/p/5228710.html
Copyright © 2011-2022 走看看