首页 > 编程知识 正文

网页表单制作步骤,怎么用html做个人简历

时间:2023-05-05 12:04:27 阅读:116998 作者:3792

使用表格创建简单的个人资料。 代码如下。 ()做得有点丑) )。

! doctypehtmlhtmllang=' en ' headmetacharset=' utf-8 ' meta http-equiv=' x-ua-compatible ' content=' ie=edge ' headbodyformaction=' ' tableborder='1' cell padding='5' caption H3个人简历/captiontralign=' center ' height='5' TD tdtd input type=' text ' placeholder=' size=' 10 '/TD tdtd input type=' text ' placeholder=' size=' 10 '/tdtd widttd input type=' file ' name=' ' id=' '/TD/trtr align=' center ' height='5' TD width=' 100 '民族/tdtd input type=' tdtd input type=' text ' placeholder=' ' size=' 10 '/tdtd width=' 100 '身高/TDTDinputtype='100 '身高/tdtd input type trate tdtd输入类型=' text ' placeholder=' ' size=' 10 '/tdtdwidder tdtd输入类型=' tdtd ' placeholder=' ' size=' 10 '

</tr> <tr align="center" height="5"> <td width="100" > 专业 </td> <td><input type="text" placeholder="" size="10" ></td> <td width="100" >毕业学校</td> <td colspan="3"><input type="text" placeholder="" size="45" ></td> </tr> <tr align="center" height="5"> <th width="100" colspan="8"> 技能、特长或爱好 </th> </tr> <tr align="center" height="5"> <td > 外语等级 </td> <td colspan="2"><input type="text" placeholder="" style="width:97%;" ></td> <td width="100" >计算机</td> <td colspan="3"><input type="text" placeholder="" style="width:97%;"></td> </tr> <tr align="center" height="5"> <td width="100" colspan="8"> 个人履历 </td> </tr> <tr align="center" height="5"> <td width="100"> 时间 </td> <td width="100" colspan="2">单位</td> <td width="100" colspan="4">经历</td> </tr> <tr align="center" height="5"> <td width="100"> <input type="text" name="" id=""> </td> <td width="100" colspan="2"><input type="text" placeholder="" style="width:97%;"></td> <td width="100" colspan="4"><input type="text" placeholder="" style="width:97%;"></td> </tr> <tr align="center" height="5"> <td width="100"> <input type="text" name="" id=""> </td> <td width="100" colspan="2"><input type="text" placeholder="" style="width:97%;"></td> <td width="100" colspan="4"><input type="text" placeholder="" style="width:97%;"></td> </tr> <tr align="center" height="5"> <td width="100"> <input type="text" name="" id=""> </td> <td width="100" colspan="2"><input type="text" placeholder="" style="width:97%;"></td> <td width="100" colspan="4"><input type="text" placeholder="" style="width:97%;"></td> </tr> <tr align="center" height="5"> <td width="100" colspan="8"> 联系方式 </td> </tr> <tr align="center" height="5"> <td > 通信地址 </td> <td colspan="2"><input type="text" placeholder="" style="width:97%;" ></td> <td width="100" >联系电话</td> <td colspan="3"><input type="text" placeholder="" style="width:97%;"></td> </tr> <tr align="center" height="5"> <td > E-mail </td> <td colspan="2"><input type="text" placeholder="" style="width:97%;" ></td> <td width="100" >邮编</td> <td colspan="3"><input type="text" placeholder="" style="width:97%;"></td> </tr> <tr align="center" height="5"> <td width="100" colspan="8"> 自我评价 </td> </tr> <tr> <td colspan="8" style="text-align: center;"> <textarea name="" id="" cols="30" rows="10" style="width: 98%;"></textarea> </td> </tr> </table> </form></body></html>

效果如下:

版权声明:该文观点仅代表作者本人。处理文章:请发送邮件至 三1五14八八95#扣扣.com 举报,一经查实,本站将立刻删除。