首页 > 代码库 > 表单的制作效果!

表单的制作效果!

技术分享

<!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" xml:lang="zh-cn">
<head>
    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
    <title>网页标题</title>
    <meta name="keywords" content="关键字列表" />
    <meta name="description" content="网页描述" />
    <link rel="stylesheet" type="text/css" href="" />
    <style type="text/css"></style>
    <script type="text/javascript"></script>
</head>
<body>
    <form action=‘index.php‘ method=‘post‘>
        <table width=‘900‘ border=‘1‘ cellpadding=‘5‘ cellspacing=‘0‘ align=‘center‘ bordercolor=‘#ccc‘ rules=‘
        all‘>
            <tr bgcolor=‘#f9f9f9‘>
                <td colspan=‘3‘>
                    <font size=‘2‘><b>1.会员登录名和密码</b></font>
                </td>
            </tr>
            <tr>
                <td align=‘right‘ width=‘130‘><font>用户名:</font></td>
                <td width=‘190‘><input type=‘text‘ name=‘username‘/><font color=‘red‘>*</font></td>
                <td><input type=‘button‘ value=http://www.mamicode.com/‘检测用户名‘/>5-15位,请使用英文(a-z、A-Z)、数字(0-9)>

 

表单的制作效果!