html5模板怎么使用?

我有域名和空间,下载了几个html5的模板怎么使用,让我的域名打开如同下载的html模板一样,然后可以后台修改之类的?... 我有域名和空间,下载了几个html5的模板怎么使用,让我的域名打开如同下载的html模板一样,然后可以后台修改之类的? 展开
 我来答
tn瓶邪
推荐于2017-10-12 · TA获得超过1883个赞
知道小有建树答主
回答量:610
采纳率:98%
帮助的人:113万
展开全部
  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
博思aippt
2024-07-20 广告
博思AIPPT是基于ai制作PPT的智能在线工具,它提供了4种AI制作PPT的方式,包括AI生成大纲、AI直接生成PPT、文本生成PPT、AI提炼文档生成PPT,一站式集成多种AI生成PPT的方式,可满足办公用户的不同需求和使用场景。ai生... 点击进入详情页
本回答由博思aippt提供
lanmao_lun
2014-05-13 · TA获得超过300个赞
知道小有建树答主
回答量:502
采纳率:0%
帮助的人:365万
展开全部
<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>

复制后打开看效果吧。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
free小_猫
2014-05-13 · TA获得超过174个赞
知道小有建树答主
回答量:510
采纳率:100%
帮助的人:156万
展开全部
那你空间应该有账号密码吧,用ftp把那个模板上传到服务器上
追问
嗯,我弄好了,如果在本地修改html模板,用什么软件修改?
追答
如果你会html,css的话记事本都可以修改
可以下载Adobe Dreamweaver,这是专业编写网页的软件
不过要是想改明白,还是看看这方面的资料比较好,可以上w3cschool这个网站,学一下html和css
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式