2012年5月25日

How to Answer(From Stack OverFlow)

摘要: How to Answer如何回答问题Welcome to Stack OverFlow!欢迎来到 Stack OverFlow!Thanks for taking the time to contribute an answer. It‘s because of helpful peers like yourself that we’re able to learn together as a community. Here are a few tips on how to make your answer great:感谢您费时完成一次回答。为了能让像您一样有帮助的同行能够在这个社区更好的 阅读全文

posted @ 2012-05-25 16:59 leohxj 阅读(228) 评论(0) 推荐(0)

CSS之盒子模型

摘要: 什么东西都学学吧,对自己又没坏处。要想用好div+css布局页面,那么盒子模型就必须得理解好。一些概念:W3CShool:http://www.w3school.com.cn/css/css_boxmodel.aspCSS盒子模型Falsh演示:http://redmelon.net/tstme/box_model/------------------------------实战------------------------------我使用firefox+firebug展示一下何为盒子模型:首先我创建一个基本的页面,只有body元素:<!DOCTYPE html><htm 阅读全文

posted @ 2012-05-25 16:22 leohxj 阅读(1984) 评论(0) 推荐(0)

HTML常用标签

摘要: HTML5 一般模版:<!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>42qu</title> <meta name="description" content="xxxx"> <meta name="keywords" content="xx xxx xxxx"> <!-- 可以继续写meta --> <link 阅读全文

posted @ 2012-05-25 14:23 leohxj 阅读(228) 评论(0) 推荐(0)

什么是web标准

摘要: 标准这个东西很重要,它能够方便所有的开发者。但是标准的制定确很难,有很多方面需要考虑。W3C为互联网创造了标准:HTML,维基百科解释:http://zh.wikipedia.org/wiki/HTML随着不断的发展,我们迎来了HTML 5, 维基百科解释:http://zh.wikipedia.org/wiki/HTML5未来是属于移动互联网的时代,我们从传统的PC时代跨入了手机时代,未来还可能会进入XX时代。要使各个浏览器统一起来,还是比较困难的事情,但是能基本统一,就为开发者创造了福利。--------------------我理解的标准------------------------- 阅读全文

posted @ 2012-05-25 11:40 leohxj 阅读(216) 评论(0) 推荐(0)

导航