代码

            <!DOCTYPE html>
        <html>
          <head>
          </head>
                <title>a.html</title>

              <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
              <meta http-equiv="description" content="this is my page">
              <meta http-equiv="content-type" content="text/html; charset=UTF-8">  
          <body>
          <div>
            <table border="1" align="center" >
                <caption>名称</caption>
                <tr >
                <th >会员特享</th>
                <th >普通会员</th>
                <th >银卡会员</th>
                <th >金卡会员</th>
                <th >砖石会员</th>
                <th >备注</th>
                </tr>
                <tr>
                <td>免运费</td>
                <td>满199元免运费</td>
                <td>满99元免运费</td>
                <td colspan="2" bgcolor="bisque">满69元免运费</td>
                <td>运费优惠</td>
            </tr>
            <tr>
                <td>评论奖励</td>
                <td>无</td>
                <td>成长值+3</td>
                <td>成长值+5</td>
                <td>成长值+8</td>
                <td rowspan="3" bgcolor="bisque">其他优惠</td>
            </tr>
            <tr>
                <td>生日礼包</td>
                <td>无</td>
                <td>价值19</td>
                <td>价值59</td>
                <td>价值99</td>
            </tr>
            <tr>
                <td>兑换礼品</td>
                <td>无</td>
                <td>无</td>
                <td>可享</td>
                <td>可享</td>
            </tr>
        </table>
       </div>
       <div>
       <form actiom="" align="center">
           用户名:<input type="text">
           <br>
           密码:<input type="password">
           <br>
       性别:<input type="radio" name="sex" checked>男
       <input type="radio" name="sex">女
       <input type="radio" name="sex">不详
       <br>
       你喜欢什么:<input type='checkbox'>唱
       <input type='checkbox'>跳
       <input type='checkbox'>rab
        <br>
        <textarea rows="6" cols="6"></textarea>
        <br>
        <select>
        <option>1</option>
        <option>2</option>
        <option>3</option>
        </select>   
        <br>
           <input type="reset" value="清空">
           <input type="button" value="提交">
           <input type="submit" value="提交">
           </form>
           </div>
          </body>
        </html>


效果


名称
会员特享 普通会员 银卡会员 金卡会员 砖石会员 备注
免运费 满199元免运费 满99元免运费 满69元免运费 运费优惠
评论奖励 成长值+3 成长值+5 成长值+8 其他优惠
生日礼包 价值19 价值59 价值99
兑换礼品 可享 可享
用户名:
密码:
性别:不详
你喜欢什么:rab



最后修改:2023 年 09 月 15 日
如果觉得我的文章对你有用,请随意赞赏