English 中文(简体)
开始使用 HTML5 建立移动网站 [已关闭]
原标题:Starting to build a mobile website using HTML5 [closed]

我正在学习HTML5和CSS3,我喜欢这种语言,并想把它当作我的工作。我最感兴趣的是将网站变成方便用户的移动网站,这些网站可以是手持设备上的冲浪者。

我读了很多有关这个主题的书,并学到了许多技巧和技巧(我用梦幻 Weaver ) 。但我缺少练习! 所以我想最好找到一个网站, 把它变成一个移动网站, 把它作为一个很好的实践, 用来测试我掌握的所有知识。 现在我找到了一个网站。 它就像一个社交网络网站。

我的问题是,我如何开始?我从哪里获得这个网站的 CSS 文件? 我该担心什么(从安全角度)? 我可以通过我的浏览器查看源头,但有用吗? 保存页面,用 DW 帮助打开它吗? 我只需要第一步,用这个网站作为我的项目,然后我再跳进去。

问题回答

如果您保存网页并在 DW 中打开它, 您将不会得到您需要的代码 。

我建议创建您自己的网站和外部样式表, 或者如果您希望您可以在模板monster. com 上找到可以做您需要的东西。 如果您真的想要练习编程, 最简单的操作就是启动测试服务器。 设置一个测试服务器, 下载一个好的代码编辑器( komodo, sublime text, etc...), 并敲碎它 。

最后一项建议是 " 铬-dev工具 " 。





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签