17

Apostrophe & Quotation Marks

Most common typography mistakes found on the internet are probably the misuses of apostrophe and quotation marks. We often misuse the prime symbol ( ) as the apostrophe ( ) and the double prime ( ) as the quotation marks ( “ ” ).

apostrophe and quotation

To correct this, you can use the right single quote entity (’) as the apostrophe. Use the left double quote (“) and right double quote (”) for the quotation marks. 阅读全文 »

标签:WEB, 代码, 程序代码, 网页设计
十一 09

banner

Ajax在最近几年的流行是不用多说了的,这里就给大家收集了一些常用的案例! 阅读全文 »

标签:CSS, DIV, 代码, 网页设计, 设计创意
十一 05

nn
大清早打开QQ,群里有人发的,真的雷到我了。几乎可以号称史上最雷人的前端开发面试题,题目是:《javascript权威指南》因为封面是一头犀牛,所以这本书通常被业界叫为犀牛书,那么你知道这是什么犀牛吗?请简述一下该犀牛的特点和珍稀程度。

参考答案: 阅读全文 »

标签:JavaScript, 代码, 学习教程, 设计创意, 设计速查
13

csscode09
文章转自:http://www.yeeyan.com/articles/view/toydime/30047

简介

当然,每个人都可以编写CSS代码,甚至你现在已经让它为你的项目工作了。但是CSS还可以更好吗?开始用这5个Tips改进你的CSS吧!

1.重置

首先,很认真的告诉你,总是要重置某些分类。无论你是使用 Eric Meyer ResetYUI Reset

或者你自己编写的重置代码,只要使用就对了。

它能很简单的移除所有元素的填充(padding)和边距(margin):

  1. html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
  2. pre, form, fieldset, table, th, td { margin: 0; padding: 0; } 

阅读全文 »

标签:CSS, DIV, WEB, 代码, 网页设计, 设计创意
Pages: 1 2 Next