摘要:<head> <meta charset="UTF-8"> <title>我的信息</title> <style type="text/css"> table{ border="1";width: 300px;height:&nb
<head> <meta charset="UTF-8"> <title>我的信息</title> <style type="text/css"> table{ border="1";width: 300px;height: 400px;margin:0 auto;margin-top: 100px;} tr td{border: 1px solid #ccc;} textarea{width: 200px;height: 50px;} </style> </head> <body> <table> <th>我的信息</th> <tr> <td>姓名:<input type="text" name=""></td> </tr> <tr> <td>年齡:<input type="text" name=""></td> </tr> <tr> <td>性別:<input type="radio" name="sex" value="0">男 <input type="radio" name="sex" value="1">女 </td> </tr> <tr> <td>愛(ài)好:<input type="checkbox" name="">旅游 <input type="checkbox" name="">美食 <input type="checkbox" name="">看電影 <input type="checkbox" name="">打游戲 </td> </tr> <tr> <td> 想做的事情:<select> <option value="">旅游</option> <option value="">吃火鍋</option> <option value="">游泳</option> <option value="">打游戲</option> </select> </td> </tr> <tr> <td> 自我介紹:<textarea></textarea> </td> </tr> </table> </body> </html>
學(xué)習(xí)到了一些常用的html標(biāo)簽,需要記憶的東西還是挺多的
批改老師:韋小寶批改時(shí)間:2019-03-09 16:36:31
老師總結(jié):一開(kāi)始可以先把一些常用的標(biāo)簽好好去練習(xí)記憶 比如表格 列表 div span p img a等等 等這些使用的也都熟練了以后再去記憶一些其他的