Category → XHTML
十一月 1st, 2008
分析: www.zeldman.com
这个网站的首页–‘Daily Report’使用了CSS布局,用了XHTML结构化。 Div—”a generic mechanism for adding structure.” 一个增加结构的通用机制。 一开始是一个id=”wrapper”的div,它的结束是在最后(470行)。整个wrapper包含:
SUNDAY, 8. JANUARY 2006, 00:58:43
Jeffery Zeldman一直是标准网页设计的倡导者,他的个人网站,毫无疑问,也是XHTML和CSS应用的典范。
十一月 1st, 2008
JavaScript
SATURDAY, 24. DECEMBER 2005, 15:06:27
What is JavaScript?
- JavaScript was designed to add interactivity to HTML pages
- JavaScript is a scripting language (a scripting language is a lightweight programming language)
- A JavaScript consists of lines of executable computer code
- A JavaScript is usually embedded directly into HTML pages
- JavaScript is an interpreted language (means that scripts execute without preliminary compilation)
- Everyone can use JavaScript without purchasing a license