HTML自我介绍表格代码制作[通俗易懂]

HTML自我介绍表格代码制作[通俗易懂]<html><head><title>张三</title><matename=”keywords”content=”个人简历”/><matename=”description”content=”张三的个人简历”/></head><body><tableborder=5bordercolor=redalign=center><trheight=70bgcol.

大家好,又见面了,我是你们的朋友全栈君。如果您正在找激活码,请点击查看最新教程,关注关注公众号 “全栈程序员社区” 获取激活教程,可能之前旧版本教程已经失效.最新Idea2022.1教程亲测有效,一键激活。

Jetbrains全系列IDE使用 1年只要46元 售后保障 童叟无欺

<html>
<head>
<title>张三</title>
<mate name="keywords" content="个人简历"/>
<mate name="description" content="张三的个人简历"/>
</head>
<body>
<table  border=5  bordercolor=red align=center>
<tr height=70 bgcolor=green align='center'>
<td width=720 colspan=6 align=center
><font size=5 ><b><a href="个人简历"></a>

</ a></b></font></td>
</tr>

<tr height=50 bgcolor=green>
<td width=110 align=center
><font size=5>姓名:</td>
<td width=150 align=center
><font size=5><a

href=http://user.qzone.qq.com/504660181/infocenter#home>张三</td>
<td width=110 align=center
><font size=5>性别:</td>
<td width=150 align=center
><font size=5>男</td>
<td width=200 colspan=2 rowspan=4><img

src="https://baike.so.com/doc/7348390-7613969.html?src=tupianonebox" alt="张三照片" width=200 height=200></td>
 </tr>

<tr height=50 bgcolor=green>
<td width=110 align=center
><font size=4 align=center
>出生年月:</td>
<td width=150 align=center
><font size=5>1999.09.09</td>
<td width=110 align=center
><font size=5>民族:</td>
<td width=150 align=center
><font size=5>汉</td>

</tr>


<tr height=50 bgcolor=green>
<td width=110 align=center
><font size=5>学历:</td>
<td width=150 align=center
><font size=5 align=center
>????</td>
<td width=110 align=center
><font size=5>专业:</td>
<td width=150 align=center
><font size=4>??? </td>

</tr>


<tr height=50 bgcolor=green>
<td width=110 align=center
><font size=5>籍贯:</td>
<td width=150 align=center
><font size=4>????</td>
<td width=110 align=center
><font size=4>联系电话:</td>
<td width=150 align=center
><font size=3>???????????</td>

</tr>


<tr height=50 bgcolor=green>
<td width=100 align=center
><font size=4>毕业学校:</td>
<td width=620 colspan=5 align=center
><font size=5>????</td>
</tr>


<tr height=50 bgcolor=green>
<td width=110 align=center
><font size=5>住址:</td>
<td width=610 colspan=5 align=center
><font size=5>?????</td>
</tr>

 

<tr height=50 bgcolor=green>
<td width=110 align=center
><font size=4>电子邮箱:</td>
<td width=610 colspan=5 align=center
><font size=5>????????</td>
</tr>


<tr height=50 bgcolor=green>
<td width=720 colspan=6 align=center
><font size=5>教育历程</td>
</tr>

<tr height=50 bgcolor=green>
<td width=720  colspan=6 align=center>2021.9-2023.6  

</td>
</tr>

<tr height=50 bgcolor=green>
<td width=720  colspan=6 align=center>2021.3-至今 

学</td>
</tr>

<tr height=50 bgcolor=green>
<td width=720 colspan=6 align=center
><font size=5>工作经历</td>
</tr>

<tr height=50 bgcolor=green>
<td width=720  colspan=6 align=center>2020.6-至今 
</td>
</tr>

<tr height=50 bgcolor=green>
<td width=720 colspan=6 align=center
><font size=5>自我评价</td>
</tr>


<tr height=50 bgcolor=green>
<td width=720  colspan=6>个人工作勤奋,认真负责,能吃苦耐劳,尽职尽责,

</td>
</tr>


<tr height=50 bgcolor=green>
<td width=720 colspan=6></td>
</tr>
</table>


</body>
</html>

代码生成后:

 HTML自我介绍表格代码制作[通俗易懂]

 代码要自己用的话请修改一下信息!

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/169647.html原文链接:https://javaforall.net

(0)
全栈程序员-站长的头像全栈程序员-站长


相关推荐

  • dos下debug的使用「建议收藏」

    dos下debug的使用「建议收藏」起因:最近学习汇编需要对程序进行调试故作此笔记用法:一、用debug把程序运行起来:1.在dos下进入自己的程序所在目录xxx2.xxx>debugproc.exe把程序执行起来二、常用命令1.-u–查看当前的汇编代码(00FF:00000055)后面可以跟参数查看某段代码2.-t–单步执行

    2022年10月15日
    0
  • Shiro框架学习

    Shiro框架学习shiro (java安全框架) 编辑ApacheShiro是一个强大且易用的Java安全框架,执行身份验证、授权、密码学和会话管理。使用Shiro的易于理解的API,您可以快速、轻松地获得任何应用程序,从最小的移动应用程序到最大的网络和企业应用程序。软件名称ApacheShiro开发商Apache性    质Java安全框架主要功能三个核心组件:Subject,SecurityManage…

    2022年9月8日
    0
  • 他们主动布局(autolayout)环境的图像编辑器

    他们主动布局(autolayout)环境的图像编辑器

    2022年1月3日
    51
  • pycharm及python安装详细教程_python基础教程

    pycharm及python安装详细教程_python基础教程python下载安装图文教程-Pycharm下载安装图文教程Python及Pycharm安装图文教程,供大家参考,具体内容如下为了学习Python我今天对它进行了安装,并将Python及Pycharm安装方法进行了分享,希望可以帮助到大家注:建议大家在安装过程中不要将软件安装到系统盘中。1、Python安装1)首先需要进入Python官网下载安装包,进入后点击Downloads找到如下界面:可以根据自己的系统下载适合的安装包下载完成后直接…

    2022年8月27日
    2
  • 区块链–Arbitrum Rollup(Layer2)

    区块链–Arbitrum Rollup(Layer2)Arbitrum是OffchainLabs团队开发的以太坊Layer2层扩容方案,可以实现高吞吐量,让开发者以低成本部署、运营智能合约,同时可以保持无需信任的安全性总结:Rollup的主要特点是所有交易数据都记录在链上,也就是说,Arbitrum把关乎安全的部分放在以太坊链上,将实际计算和存储放在链下执行。

    2022年5月11日
    39
  • 【ThinkingInJava】6、测试自己的输出类库

    【ThinkingInJava】6、测试自己的输出类库/***书本:《ThinkingInJava》*功能:定制工具库,用于System.out.println的简化*文件:Print.java*时间:2014年10月7日19:45:31*作者:cutter_point*/packagenet.mindview.util;importjava.io.*;importjavax.print.attribute.

    2022年7月9日
    15

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号