1、Eric Meyer’s “Reset CSS”(重置的很极端) 官方网址:CSS Tools: Reset CSS 2、HTML5 Doctor CSS Reset 官方网址:HTML5 Reset Stylesheet 3、Yahoo! (YUI 3) Reset CSS(推荐) 官方网址:
分类:
Web程序 时间:
2016-03-16 12:15:08
阅读次数:
137
一、尽可能的减少http请求数,提高访问速度。这些请求包括html文件、CSS文件、JS文件和图片文件等外部资源。1、可以将多个CSS或JS文件合并 a.合并引入。如:<link type="text/css" rel="stylesheet" href="css/a.css,css/b.css">
分类:
Web程序 时间:
2016-03-16 09:32:40
阅读次数:
147
首先引用qunit 测试框架文件 <link rel="stylesheet" href="qunit-1.22.0.css"> <script src="qunit-1.22.0.js"></script> <div id="qunit"></div> <div id="qunit-fixtur
分类:
其他好文 时间:
2016-03-14 12:11:47
阅读次数:
218
<!DOCTYPE html><html lang="zh-cn"><head> <meta charset="gb2312"> <title>CSS</title> <!-- <link rel="stylesheet" type="text/css" href="123.css">--> <st
分类:
Web程序 时间:
2016-03-13 06:05:43
阅读次数:
158
<html> <head> <title></title> <link rel="stylesheet" type="text/css" href="public/easy_ui/themes/icon.css"> <script type="text/javascript" src="public
分类:
移动开发 时间:
2016-03-12 21:09:41
阅读次数:
204
s12-20160305-day08 <!-- /* GitHub stylesheet for MarkdownPad (http://markdownpad.com) */ /* Author: Nicolas Hery - http://nicolashery.com */ /* Versio
分类:
编程语言 时间:
2016-03-11 00:58:10
阅读次数:
549
js基础部分 js定义: 1.js是通过浏览器解析,然后由浏览器执行的一种脚本语言2.css控制样式,而js控制行为 基本格式: <script type="text/javascript"> 基本定义: 所有类型都要用var来定义 外部样式表(CSS): <link rel="stylesheet
分类:
编程语言 时间:
2016-03-10 14:14:19
阅读次数:
176
原本做的是from表单的文件上传,后来因需要用ajax异步,so接触到了Jquery uploadify上传 贴上代码,以供参考 需要引入的js文件 <link href="../res/uploadify/uploadify.css" rel="stylesheet" type="text/css
分类:
Web程序 时间:
2016-03-09 19:01:43
阅读次数:
152
html <!DOCTYPE html> <html ng-app="APP"> <head> <title></title> <link rel="stylesheet" type="text/css" href="main.css"> </head> <body ng-controller="M
分类:
Web程序 时间:
2016-03-09 01:41:40
阅读次数:
289
<!-- /* GitHub stylesheet for MarkdownPad (http://markdownpad.com) */ /* Author: Nicolas Hery - http://nicolashery.com */ /* Version: b13fe65ca28d2e56
分类:
其他好文 时间:
2016-03-07 10:12:19
阅读次数:
188