Advertisement

Web学习HTML练习(初级)

阅读量:

第一题:用户注册页面

复制代码
 <!DOCTYPE html>

    
 <html lang="en">
    
 <head>
    
     <meta charset="UTF-8">
    
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
     <title>第一题作业</title>
    
 </head>
    
 <body>
    
 <table width="200" border="1" cellspacing="0">
    
     <caption>用户注册</caption>
    
     <thead>
    
     <form action="" method="post">
    
      <table>
    
     <tr>
    
         <td>用户名</td>
    
         <td>
    
             <input type="text

全部评论 (0)

还没有任何评论哟~