html5模板怎么使用?
我有域名和空间,下载了几个html5的模板怎么使用,让我的域名打开如同下载的html模板一样,然后可以后台修改之类的?...
我有域名和空间,下载了几个html5的模板怎么使用,让我的域名打开如同下载的html模板一样,然后可以后台修改之类的?
展开
3个回答
展开全部
1、启动 Visual Studio 2010。
2、在“文件”菜单中,依次选择“新建”和“项目”。将打开“新建项目”对话框。在 Visual Basic 或 Visual C# 中选择“WEB应用程序”,然后将其命名为“HTML5Template”。单击“确定”。
3、在这个项目中添加下面这些文件。
两个分别放置js和css的文件夹:css、js
HTML5基本模板页:index.html
jQuery:jquery-1.4.2.min.js
Modernizr :modernizr-1.5.min.js
HTML5 样式文件:html5reset.css
2、在“文件”菜单中,依次选择“新建”和“项目”。将打开“新建项目”对话框。在 Visual Basic 或 Visual C# 中选择“WEB应用程序”,然后将其命名为“HTML5Template”。单击“确定”。
3、在这个项目中添加下面这些文件。
两个分别放置js和css的文件夹:css、js
HTML5基本模板页:index.html
jQuery:jquery-1.4.2.min.js
Modernizr :modernizr-1.5.min.js
HTML5 样式文件:html5reset.css
博思aippt
2024-07-20 广告
2024-07-20 广告
博思AIPPT是基于ai制作PPT的智能在线工具,它提供了4种AI制作PPT的方式,包括AI生成大纲、AI直接生成PPT、文本生成PPT、AI提炼文档生成PPT,一站式集成多种AI生成PPT的方式,可满足办公用户的不同需求和使用场景。ai生...
点击进入详情页
本回答由博思aippt提供
展开全部
<html>
<head>
<title> New Document </title>
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<link href = "css.css" rel = "stylesheet" type = "text/css">
</head>
<body>
<div id = "container">
<div id = "header">头部</div>
<div id = "nav">导航</div>
<div id = "maincontent">
<div id = "left">左侧栏</div>
<div id = "main">中间内容</div>
<div id = "right">右侧内容</div>
</div>
<!--这一句是重点,具体的可以百度clear:both-->
<div class="clear"></div>
<div id = "info">滚动信息栏</div>
<div id = "footer">底部</div>
</div>
</body>
</html>
下面是css
/*body*/
<style>
#container{width:100%;margin:0 auto;}
/*header*/
#header{background-color:grey; height:120px; margin-bottom:8px;}
#nav{background-color:grey; height:40px; margin-bottom:8px;}
/*main*/
#maincontent{margin-bottom:8px;}
#left{background-color:grey; float:left; height:450px; width:15%;}
#main{background-color:red; float:left; height:450px; width:30%; margin-left:8px}
#right{background-color:grey; float:right; height:450px; width:15%;}
/*footer*/
#info{background-color:grey; height:20px; margin-bottom:8px;}
#footer{background-color:grey; height:50px; margin-bottom:8px;}
.clear{ clear:both; width:100%; height:0px; overflow:hidden}/*这个是重点*/
</style>
复制后打开看效果吧。
<head>
<title> New Document </title>
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<link href = "css.css" rel = "stylesheet" type = "text/css">
</head>
<body>
<div id = "container">
<div id = "header">头部</div>
<div id = "nav">导航</div>
<div id = "maincontent">
<div id = "left">左侧栏</div>
<div id = "main">中间内容</div>
<div id = "right">右侧内容</div>
</div>
<!--这一句是重点,具体的可以百度clear:both-->
<div class="clear"></div>
<div id = "info">滚动信息栏</div>
<div id = "footer">底部</div>
</div>
</body>
</html>
下面是css
/*body*/
<style>
#container{width:100%;margin:0 auto;}
/*header*/
#header{background-color:grey; height:120px; margin-bottom:8px;}
#nav{background-color:grey; height:40px; margin-bottom:8px;}
/*main*/
#maincontent{margin-bottom:8px;}
#left{background-color:grey; float:left; height:450px; width:15%;}
#main{background-color:red; float:left; height:450px; width:30%; margin-left:8px}
#right{background-color:grey; float:right; height:450px; width:15%;}
/*footer*/
#info{background-color:grey; height:20px; margin-bottom:8px;}
#footer{background-color:grey; height:50px; margin-bottom:8px;}
.clear{ clear:both; width:100%; height:0px; overflow:hidden}/*这个是重点*/
</style>
复制后打开看效果吧。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
那你空间应该有账号密码吧,用ftp把那个模板上传到服务器上
追问
嗯,我弄好了,如果在本地修改html模板,用什么软件修改?
追答
如果你会html,css的话记事本都可以修改
可以下载Adobe Dreamweaver,这是专业编写网页的软件
不过要是想改明白,还是看看这方面的资料比较好,可以上w3cschool这个网站,学一下html和css
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询