个人导航html模板(html导航页面模板)
本文目录一览:
- 1、html个人主页模板
- 2、帮我用HTML写一段简单的导航,谢谢!【附图】
- 3、求一个简单的个人网页html模板
- 4、急,求一个简单的html个人网页模板,静态就行
- 5、关于html模板。 我用bootstrap框架写了个个人主页
- 6、求 一个简单的个人网页模板(html)
html个人主页模板
html个人网站模板现在有很多种类型,所以自己要懂得如何去辨别这些。凡科html个人主页模板是专业的技术员制作的,也不需要下载模板,直接可以在线操作,拖拉栏目,调整位置,在补充自己的idea和创意,一个属于自己的新网站出来了
帮我用HTML写一段简单的导航,谢谢!【附图】
如果过只用HTML的话需要用 iframe 来做;
需要三个页面;非常简单的,三个页面放在一个文件夹里
页面一,首页:
!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ""
html xmlns=""
head
meta http-equiv="Content-Type" content="text/html; charset=gb2312" /
title无标题文档/title
/head
body
div style=" float:left; width:100px"
ul
lia href="untitled18.html" target="frameId"导航一/a/li
lia href="untitled19.html" target="frameId"导航二/a/li
/ul
/div
div style=" float:left;width:500px;"iframe id="frameId" name="frameId" scrolling="no" frameborder="0" width="100%" height="100%" src="untitled18.html"/iframe/div
/body
/html
页面二 此页面文件名定义成untitled18.html
!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ""
html xmlns=""
head
meta http-equiv="Content-Type" content="text/html; charset=gb2312" /
title无标题文档/title
/head
body
111111111
/body
/html
页面三;此页面名定义成untitled19.html
!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ""
html xmlns=""
head
meta http-equiv="Content-Type" content="text/html; charset=gb2312" /
title无标题文档/title
/head
body
222222222222
/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="4d8e-b6de-b163-f0ea wrapper"
div class="b6de-b163-f0ea-60f3 sidebar"
div class="b163-f0ea-60f3-f9eb clearfix k1120"
div class="f0ea-60f3-f9eb-0349 navBox" id="openSidebar"
a href="javascript:void(0)" class="60f3-f9eb-0349-4590 navOpen"/a
/div
div id="menu"
ul class="f9eb-0349-4590-2a97 clearfix"
lia href="#home" class="0349-4590-2a97-b5df nav_home current"span首页br /bHome/b/span/a
/li
lia href="#services" class="4590-2a97-b5df-2836 nav_services"span服务范围br /bServices/b/span/a
/li
lia href="#case" class="2a97-b5df-2836-7bd6 nav_case"span案例展示br /bCase/b/span/a
/li
lia href="#about" class="b5df-2836-7bd6-698b nav_about"span关于我们br /bAbout us/b/span/a
/li
lia href="#news" class="2836-7bd6-698b-bc55 nav_news"span新闻动态br /bNews/b/span/a
/li
lia href="#contact" class="4521-5e56-25ad-267e nav_contact"span联系我们br /bContact us/b/span/a
/li
/ul
/div
/div
/div
div class="5e56-25ad-267e-4d8e pageMain"
div id="header"
div class="25ad-267e-4d8e-b6de k1120 clearfix"a href="{dede:global.cfg_basehost/}" id="logo"logo/a
/div
/div
div id="home" class="267e-4d8e-b6de-b163 scrol-page"
div class="4d8e-b6de-b163-f0ea banner"
div class="b6de-b163-f0ea-60f3 b_1" style="background-position: 50% 0px;"
div class="b163-f0ea-60f3-f9eb k1120 clearfix"
div class="f0ea-60f3-f9eb-0349 b_pic"
div class="60f3-f9eb-0349-4590 mac" style="margin-top: 0px; opacity: 1;"img src="{dede:global.cfg_templets_skin/}/images/mac.png"
/div
div class="f9eb-0349-4590-2a97 iphone" style="margin-top: 0px; opacity: 1;"img src="{dede:global.cfg_templets_skin/}/images/iphone.png"
/div
div class="0349-4590-2a97-b5df ipad" style="margin-top: 0px; opacity: 1;"img src="{dede:global.cfg_templets_skin/}/images/ipad.png"
/div
/div
div class="4590-2a97-b5df-2836 b_text" style="margin-top: 0px; opacity: 1;"
{dede:global.cfg_ggg/}
/div
/div
/div
/div
div class="2a97-b5df-2836-7bd6 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模板。 我用bootstrap框架写了个个人主页
如果修改样式的话 当然是这3个页面全都指向同一个css文件 样式自然相同
如果想修改页面元素 3个文件公用相同的 header.html 和footer,html 包含进来
修改只修改这3个页面的body里的内容
如果都一样 岂不是3个页面全都相同了
求 一个简单的个人网页模板(html)
楼主说的太含糊了!
建议可以去TempleteMonsterChina(怪兽模板)中国区官方网站看一看,里面各种行业的网站模板,包括普通的静态展示网站模板,动态FLASH网站模板,joomla,mambo,WordPress,drupal等CMS系统及博客系统的网站模板,以及ZenCart,oscommerce等购物系统的网站模板!
您可以在搜索引擎中按照要求搜索即可,希望可以帮到你!