个人主页网站模板html(个人博客网站模板)
今天给各位分享个人主页网站模板html的知识,其中也会对个人博客网站模板进行解释,如果能碰巧解决你现在面临的问题,别忘了关注本站,现在开始吧!
本文目录一览:
- 1、求一个简单的个人网页html模板
- 2、求HTML格式的个人主页网页模板下载地址
- 3、关于html模板。 我用bootstrap框架写了个个人主页
- 4、求 一个简单的个人网页模板(html)
- 5、个人网页设计模板
- 6、急求一份html、css、JavaScript的“个人主页”网页设计模板代码。
求一个简单的个人网页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="2fcc22f9527a11cb wrapper"
div class="22f9527a11cbfa4e sidebar"
div class="527a11cbfa4ee05d clearfix k1120"
div class="11cbfa4ee05d1ffb navBox" id="openSidebar"
a href="javascript:void(0)" class="fa4ee05d1ffb3056 navOpen"/a
/div
div id="menu"
ul class="e05d1ffb30566bf7 clearfix"
lia href="#home" class="1ffb30566bf76da4 nav_home current"span首页br /bHome/b/span/a
/li
lia href="#services" class="30566bf76da4360c nav_services"span服务范围br /bServices/b/span/a
/li
lia href="#case" class="6bf76da4360c9ccf nav_case"span案例展示br /bCase/b/span/a
/li
lia href="#about" class="6da4360c9ccfaeb7 nav_about"span关于我们br /bAbout us/b/span/a
/li
lia href="#news" class="5d59ab197e702819 nav_news"span新闻动态br /bNews/b/span/a
/li
lia href="#contact" class="ab197e70281971aa nav_contact"span联系我们br /bContact us/b/span/a
/li
/ul
/div
/div
/div
div class="7e70281971aa2fcc pageMain"
div id="header"
div class="281971aa2fcc22f9 k1120 clearfix"a href="{dede:global.cfg_basehost/}" id="logo"logo/a
/div
/div
div id="home" class="71aa2fcc22f9527a scrol-page"
div class="2fcc22f9527a11cb banner"
div class="22f9527a11cbfa4e b_1" style="background-position: 50% 0px;"
div class="527a11cbfa4ee05d k1120 clearfix"
div class="11cbfa4ee05d1ffb b_pic"
div class="fa4ee05d1ffb3056 mac" style="margin-top: 0px; opacity: 1;"img src="{dede:global.cfg_templets_skin/}/images/mac.png"
/div
div class="e05d1ffb30566bf7 iphone" style="margin-top: 0px; opacity: 1;"img src="{dede:global.cfg_templets_skin/}/images/iphone.png"
/div
div class="1ffb30566bf76da4 ipad" style="margin-top: 0px; opacity: 1;"img src="{dede:global.cfg_templets_skin/}/images/ipad.png"
/div
/div
div class="30566bf76da4360c b_text" style="margin-top: 0px; opacity: 1;"
{dede:global.cfg_ggg/}
/div
/div
/div
/div
div class="6bf76da4360c9ccf banner"
求HTML格式的个人主页网页模板下载地址
你可以去verycd网站搜索“网页模板”“网页素材”等,我刚刚看了一下,有你想要的韩版风格的,都是打包下载的,希望对你有帮助
关于html模板。 我用bootstrap框架写了个个人主页
如果修改样式的话 当然是这3个页面全都指向同一个css文件 样式自然相同
如果想修改页面元素 3个文件公用相同的 header.html 和footer,html 包含进来
修改只修改这3个页面的body里的内容
如果都一样 岂不是3个页面全都相同了
求 一个简单的个人网页模板(html)
找一个你觉得合适的页面,直接另存为。然后把里面的相对路径修改一下。至于无法直接保存的背景图片之类的,用火狐的开发者工具找到路径后,下载即可。
DW只是编辑器而已,你即使用记事本写出来的代码也是一样的。
个人网页设计模板
邮箱 594370528@qq.com 谢了 很着急交作业
具体内容:
要求:
1 、设计并制作一个5页以上的个人网站,风格不限
2 、5个html页面相互链接
3 、字体要用css控制
内容:
菜单包括:主页、我的简历、我的爱好、我的作品以及我的相册 具体内容自己找
急求一份html、css、JavaScript的“个人主页”网页设计模板代码。
!--这个模版来自[最好模版-],需要更多模版请访问;
html
head
meta http-equiv="Content-Type" content="text/html; charset=gb2312"
title┆假想敌┆- 颓废模板/title
script language="JavaScript" type="text/JavaScript"
!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//--
/script
style type="text/css"
!--
BODY {
SCROLLBAR-FACE-COLOR: #3F2413;
SCROLLBAR-HIGHLIGHT-COLOR:
#FFFFFF;
SCROLLBAR-SHADOW-COLOR: #ffffff;
SCROLLBAR-3DLIGHT-COLOR: #3F2413;
SCROLLBAR-ARROW-COLOR:
#FFFFFF;
SCROLLBAR-TRACK-COLOR: #3F2413;
SCROLLBAR-DARKSHADOW-COLOR: #3F2413;
background-color: #FFFFFF;
background-image: url(bg.jpg);
}
--
/style
/head
body
div id="Layer1" style="position:absolute; width:1000px; height:628px; z-index:1; left: 0px; top: 0px;"
div align="center"
pnbsp;/p
pnbsp;/p
pnbsp;/p
pnbsp;/p
pimg src="1.jpg" width="650" height="400" border="0" usemap="#Map2"
map name="Map2"
area shape="rect" coords="321,379,490,399" href="" target="_blank" alt="┆假想敌┆"
area shape="rect" coords="196,15,242,43" href="home.htm" target="main1" alt="home"
/map
map name="Map"
area shape="rect" coords="18,196,60,220" href="home.htm" target="main1" alt="home"
/map
/p
/div
/div
div id="Layer2" style="position:absolute; width:412px; height:295px; z-index:2; left: 382px; top: 203px;"
iframe src="home.htm" name="main1" width="412" height="295"
frameborder="0" scrolling="yes" style="border:0px;"allowtransparency="true"/iframe/div
/body
/html
span style="display:none;"这个模版来自,更多模版请访问a href="";/anbsp;a href="";/anbsp;a href="";/a/span
关于个人主页网站模板html和个人博客网站模板的介绍到此就结束了,不知道你从中找到你需要的信息了吗 ?如果你还想了解更多这方面的信息,记得收藏关注本站。