zoukankan      html  css  js  c++  java
  • 课堂测试

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

    1熟练掌握div和css  HTML会dreamweaver、flash等软件。

    2.网站编程:至少会aps、php一种编程语言和数据库。

        3.具有简单的网站优化技术。

    源程序代码:

    <!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=gb2312" />

    <title>用户登入</title>

    <script language="javascript">

     function star()

     {

       if(biaodan.username.value=="")

       alert("请输入用户名!");

       if(biaodan.password.value=="")

       alert("请输入密码!");

     }

    </script>

    <style>

        #container{

             250px;

             height:150px;

             position: relative;

             margin: 0px auto;

             border:1px solid #E6E6E6;

             background-color: #CCCCCC;

             }

    .STYLE1 {

             font-size: xx-large;

             color: #0000FF;

             font-weight: bold;

             font-family: "新宋体";

    }

    .STYLE2 {font-size: 16px}

    </style>

    </head>

    <body>

        <div id="container">

          <div align="center" class="STYLE1">用户登录</div>

               <form id="biaodan" action="" method="get">

                 <p class="STYLE2">用户名:

                   <label>

                   <input name="username" type="text" id="username" />

                   </label>

                 </p>

                 <p><span class="STYLE2">密码:

                     <label>

                     <input name="password" type="password" id="password" />

            </label>

                 </span>

                   <label></label>

                 </p>

                 <p>

                   <label></label>

                 </p>

                 <p align="center">

                   <label>

              <input type="submit" name="submit"  onclick="star()" value="登录"/>

              </label>

            </p>

               </form>

       

        </div>

    </body>

    </html>

    运行结果截图:

     

    未按时完成的原因:

      1.未能安装好数据库、对dreamweaver的应用不熟悉。2.假期未能好好学习。

    对本门课的希望和自己的目标:

      希望我学完这门课能够独立的构建小型网站,熟练掌握网站开发相关的技术,达到学以致用。自己的编程技术达到更高的水平。

    时间安排:

    出周六外下午学习2小时。

      

  • 相关阅读:
    windows快捷键
    android录音实现不再担心—一个案例帮你解决你的问题
    区块链到底是个什么鬼?一幅漫画让你秒懂!
    10个优秀个android项目,精选|快速开发
    精文推荐,12个开源项目开发必备,绝对干货
    送书拉! 08年新开始|福利近在咫尺
    用Kotlin破解Android版微信小游戏-跳一跳
    聊一聊正则表达式,最全最常用总结
    11个优秀的Android开发开源项目
    一招教你打造一个滑动置顶的视觉特效
  • 原文地址:https://www.cnblogs.com/java-test/p/5228120.html
Copyright © 2011-2022 走看看