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自我介绍表格代码制作[通俗易懂]

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

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

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

【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛

【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...

(0)
blank

相关推荐

  • TCP端口检测、网络连接时延测试工具 tcping

    TCP端口检测、网络连接时延测试工具 tcping原文地址:https://zhangnq.com/3158.html在主流的linux系统中,通过yum或者apt也可安装tcping,不过通过源安装的tcping只能显示单次检测的结果,也没有具体的连接时延。现参考windows版tcping,用python写了一个linux环境下的类似工具。代码建立socket连接,测试端口连通性和网络连接时延。deftcp(ip,por…

  • R语言安装软件包[通俗易懂]

    R语言安装软件包[通俗易懂]R语言安装软件包1打开RGui.exe,执行“`install.packages(“softwarename”)“`,安装成功后会提示“`Thedownloadedbinarypackagesarein…“`,给出了程序包存放路径2选择程序包,点击“`Installpackage(s)fromlocalfiles…“`,选中路径里面下载好的程序包,会出现“`successfullyunpacked“`的提示3命令及执行结果示例1打开RGui.exe,

  • 永恒之蓝是谁激活成功教程的_永恒之蓝病毒激活成功教程了吗

    永恒之蓝是谁激活成功教程的_永恒之蓝病毒激活成功教程了吗简介:NSA武器库的公开被称为是网络世界“核弹危机”,其中有十款影响Windows个人用户的黑客工具,包括永恒之蓝、永恒王者、永恒浪漫、永恒协作、翡翠纤维、古怪地鼠、爱斯基摩卷、文雅学者、日食之翼和尊重审查。这些工具能够远程攻破全球约70%的Windows系统,无需用户任何操作,只要联网就可以入侵电脑,就像冲击波、震荡波等著名蠕虫一样可以瞬间血洗互联网,木马黑产很可能改造NSA的武器…

    2022年10月29日
  • JS页面跳转使地址后面不显示参数[通俗易懂]

    背景使用window.open()和window.location.href跳转时,新页面的地址栏会显示参数,如下:http://127.0.0.1:8080/website-cms/admin/article/edit?action=add。这样会暴露参数内容,用户可以修改地址栏的参数。如果提交的参数修改可能会出现业务上的错误,甚至可以跳过权限验证,实现本来没有的权限。案例以…

  • vs2010 lnk2019无法解析的外部命令_vs无法解析的外部符号

    vs2010 lnk2019无法解析的外部命令_vs无法解析的外部符号新的解决方案:errorLNK2019

  • 每个人都应该知道的25个Git命令

    每个人都应该知道的25个Git命令

发表回复

您的电子邮箱地址不会被公开。

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