当前位置:首页 > 网站建设 > 正文内容

个人简介网页模板html(个人简介网站样式)

网站建设2年前 (2023-02-27)1481

本篇文章给大家谈谈个人简介网页模板html,以及个人简介网站样式对应的知识点,希望对各位有所帮助,不要忘了收藏本站喔。

本文目录一览:

HTML个人简历怎么做?

HTML个人简历代码如下

html

head

title真实名字/title

mate name="keywords" content="个人简历"/

mate name="description" content="XXXX的个人简历"/

/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 ba href=;个人简历

/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=5a

href=;XXX/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=4img

src="-

3c3e3f4bc25a/lpJL3i5H3AWovj6*eYZTbXKgOtEQuAkqByv4H*wMyRw!/b/dKMBZp1AIgAA

bo=gALgAQAAAAABAEQ" alt="XXX照片" 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=51992.4.6/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=313602664383/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=5hiyangson@163.com/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=center2007.9-2011.6 在河南高级技工学校读

中专/td

/tr

tr height=50 bgcolor=green

td width=720 colspan=6 align=center2010.9-至今 报读郑州轻工业学院成人大

专/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=center2011.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

centerscript language="javascript" type="text/javascript"

src=""/script

noscripta href="" target="_blank"img

alt="我要啦免费统计"

src="" style="border:none"

//a/noscript

/body

/html

求一个简单的个人网页html模板

这种模板很多的,百度打开一个网页右键源代码就能找到了。

html xmlns=""headmeta http-equiv="Content-Type" content="text/html; charset=gb2312"

meta name="viewport" id="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"

meta name="apple-mobile-web-app-capable" content="yes"

meta name="apple-mobile-web-app-status-bar-style" content="black"

link href="{dede:global.cfg_templets_skin/}/images/apple-touch-icon-57.png" sizes="57x57" rel="apple-touch-icon"

link href="{dede:global.cfg_templets_skin/}/images/apple-touch-icon-72.png" sizes="72x72" rel="apple-touch-icon"

link href="{dede:global.cfg_templets_skin/}/images/apple-touch-icon-114.png" sizes="114x114" rel="apple-touch-icon"

title{dede:global.cfg_webname/}/title

meta name="keywords" content="{dede:global.cfg_keywords/}"

meta name="description" content="{dede:global.cfg_description/}"

link href="{dede:global.cfg_templets_skin/}/style/style.css" rel="stylesheet" type="text/css"

script type="text/javascript" src="{dede:global.cfg_templets_skin/}/style/jquery-1.9.1.js"/script

script type="text/javascript" src="{dede:global.cfg_templets_skin/}/style/theme_trust.js"/script

style type="text/css"

html,

body {

margin: 0;

padding: 0;

}

.iw_poi_title {

color: #CC5522;

font-size: 14px;

font-weight: bold;

overflow: hidden;

padding-right: 13px;

white-space: nowrap

}

.iw_poi_content {

font: 12px arial, sans-serif;

overflow: visible;

padding-top: 4px;

white-space: -moz-pre-wrap;

word-wrap: break-word

}

/style

script type="text/javascript" src="{dede:global.cfg_templets_skin/}/main.js"/script

script

jQuery(document).ready(function() {

jQuery('#openSidebar').click(function() {

jQuery('.wrapper').toggleClass('openNav');

});

jQuery('#menu a').click(function() {

jQuery('.wrapper').removeClass('openNav');

});

});

/script

script type="text/javascript" src="{dede:global.cfg_templets_skin/}/api"/scriptscript type="text/javascript" src="{dede:global.cfg_templets_skin/}/getscript"/scriptlink rel="stylesheet" type="text/css" href="{dede:global.cfg_templets_skin/}/bmap.css"

style type="text/css"

html,

body,

wrapper {

height: 100%;

}

/style

/head

body

div class="wrapper"

div class="sidebar"

div class="clearfix k1120"

div class="navBox" id="openSidebar"

a href="javascript:void(0)" class="navOpen"/a

/div

div id="menu"

ul class="clearfix"

lia href="#home" class="nav_home current"span首页br /bHome/b/span/a

/li

lia href="#services" class="nav_services"span服务范围br /bServices/b/span/a

/li

lia href="#case" class="nav_case"span案例展示br /bCase/b/span/a

/li

lia href="#about" class="nav_about"span关于我们br /bAbout us/b/span/a

/li

lia href="#news" class="nav_news"span新闻动态br /bNews/b/span/a

/li

lia href="#contact" class="nav_contact"span联系我们br /bContact us/b/span/a

/li

/ul

/div

/div

/div

div class="pageMain"

div id="header"

div class="k1120 clearfix"a href="{dede:global.cfg_basehost/}" id="logo"logo/a

/div

/div

div id="home" class="scrol-page"

div class="banner"

div class="b_1" style="background-position: 50% 0px;"

div class="k1120 clearfix"

div class="b_pic"

div class="mac" style="margin-top: 0px; opacity: 1;"img src="{dede:global.cfg_templets_skin/}/images/mac.png"

/div

div class="iphone" style="margin-top: 0px; opacity: 1;"img src="{dede:global.cfg_templets_skin/}/images/iphone.png"

/div

div class="ipad" style="margin-top: 0px; opacity: 1;"img src="{dede:global.cfg_templets_skin/}/images/ipad.png"

/div

/div

div class="b_text" style="margin-top: 0px; opacity: 1;"

{dede:global.cfg_ggg/}

/div

/div

/div

/div

div class="banner"

急,求一个简单的html个人网页模板,静态就行

html

head

meta

http-equiv="Content-Language"

content="zh-cn"

meta

http-equiv="Content-Type"

content="text/html;

charset=gb2312"

title这是我的网页/title

meta

name="keywords"

content="这是我的网页"

meta

name="description"

content="这是我的网页"

/head

body

bgcolor="#808080"

div

style="position:

absolute;

width:

450px;

height:

550px;

z-index:

1;

left:

400px;

top:

60px;

padding-left:

60px;

padding-right:

60px;

padding-top:

90px;

padding-bottom:

60px;

background-color:

#FFFFFF"

id="layer1"

p

align="center"b这是我的XXX页/b/p

/body

/html

将上面的所有代码复制到记事本中,将记事本的后缀由txt更改为htm,这样打开后就会看到一张最简单的网页,如果需要多页,只需多复制几份即可,不同的内容需要你更改一下,如:我的网站首页,照片,个人资料,日志等...

求 一个简单的个人网页模板(html)

楼主说的太含糊了!

建议可以去TempleteMonsterChina(怪兽模板)中国区官方网站看一看,里面各种行业的网站模板,包括普通的静态展示网站模板,动态FLASH网站模板,joomla,mambo,WordPress,drupal等CMS系统及博客系统的网站模板,以及ZenCart,oscommerce等购物系统的网站模板!

您可以在搜索引擎中按照要求搜索即可,希望可以帮到你!

个人简介网页模板html的介绍就聊到这里吧,感谢你花时间阅读本站内容,更多关于个人简介网站样式、个人简介网页模板html的信息别忘了在本站进行查找喔。

扫描二维码推送至手机访问。

版权声明:本文由飞速云SEO网络优化推广发布,如需转载请注明出处。

本文链接:http://chlfg.com/post/10250.html

分享给朋友:

“个人简介网页模板html(个人简介网站样式)” 的相关文章

长沙网站建设公司(长沙企业网站建设公司)

长沙网站建设公司(长沙企业网站建设公司)

本篇文章给大家谈谈长沙网站建设公司,以及长沙企业网站建设公司对应的知识点,希望对各位有所帮助,不要忘了收藏本站喔。 本文目录一览: 1、长沙网站制作哪家公司好呀? 2、湖南长沙,最完善的网站设计运营公司 3、长沙专业技术强又实惠的网站建设公司有哪些,求推荐 4、长沙做网站的哪家好?...

成都网站制作公司(成都网站制作公司哪家好)

成都网站制作公司(成都网站制作公司哪家好)

今天给各位分享成都网站制作公司的知识,其中也会对成都网站制作公司哪家好进行解释,如果能碰巧解决你现在面临的问题,别忘了关注本站,现在开始吧!本文目录一览: 1、成都网站建设的公司有哪些 2、我们是成都一家小公司,想制作一个网站,哪个公司比较好? 3、成都网站制作公司比较好的有哪些 4、成...

imovie视频模板素材(imovie素材库)

imovie视频模板素材(imovie素材库)

本篇文章给大家谈谈imovie视频模板素材,以及imovie素材库对应的知识点,希望对各位有所帮助,不要忘了收藏本站喔。 本文目录一览: 1、怎么用imovie剪辑视频 2、imovie教程 imovie介绍 3、如何利用imovie制作电影剪辑 4、imovie剪辑 5、视频编辑|...

电影海报底下小字素材(电影海报底部文字)

电影海报底下小字素材(电影海报底部文字)

本篇文章给大家谈谈电影海报底下小字素材,以及电影海报底部文字对应的知识点,希望对各位有所帮助,不要忘了收藏本站喔。 本文目录一览: 1、电影海报怎么设计? 2、紧急 电影海报里蓝色天空背景上一个仰天敞开风衣拥抱状的男人画面的电影是什么? 3、这样算侵权吗?在设计海报时用了某部电影海报的一部分...

网站设计与制作(网页网站设计与制作)

网站设计与制作(网页网站设计与制作)

今天给各位分享网站设计与制作的知识,其中也会对网页网站设计与制作进行解释,如果能碰巧解决你现在面临的问题,别忘了关注本站,现在开始吧!本文目录一览: 1、网页设计与制作 2、网页设计与制作专业就业方向? 3、怎么学习网页设计与制作 4、网页设计与制作技术应该注意点什么? 网页设计与制作...

商品展示图片模板图小白(商品模版图片)

商品展示图片模板图小白(商品模版图片)

今天给各位分享商品展示图片模板图小白的知识,其中也会对商品模版图片进行解释,如果能碰巧解决你现在面临的问题,别忘了关注本站,现在开始吧!本文目录一览: 1、如何制作淘宝商品图片模板 2、怎么做淘宝店的宝贝描述模板 3、淘宝商品的主图怎么样做比较好看? 如何制作淘宝商品图片模板 1。软件工具...