<!DOCTYPEhtml>
<htmllang="en">
<head>
<metacharset=utf-8"/>
<title>文字提示</title>
<!--引入jQuery-->
<scriptsrc="scripts/jquery1.7.js"type="text/javascript"></script>
<styletype="text/css">
body{
..
分类:
Web程序 时间:
2016-06-10 23:17:54
阅读次数:
237
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title> <style type="text/css"> .li2{ display: none; } .li4{ visibility: hid ...
分类:
其他好文 时间:
2016-06-10 20:28:13
阅读次数:
184
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title> <style type="text/css"> div{ width: 150px; height: 150px; border: 1p ...
分类:
其他好文 时间:
2016-06-10 20:25:01
阅读次数:
175
<!DOCTYPE html><html><head lang="en"> <meta charset="UTF-8"> <title></title> <style type="text/css"> div { background: url("京东LOGO.png"); width: 168px ...
分类:
其他好文 时间:
2016-06-10 20:19:27
阅读次数:
143
URL网页可自定义 >就是改动data="……"的网页链接即可。但这种模式有局限性只能作为浏览模式,有的窗口是不能打开的。 <head> <title>Html之网页分屏浏览模式</title> <style type="text/css"> <!-- body { font-family: "宋体 ...
分类:
Web程序 时间:
2016-06-10 10:51:36
阅读次数:
487
测试代码及说明: <!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"> <title>Simple CSS3 Animation</title> <style type="text/css"> #demo { positi ...
分类:
其他好文 时间:
2016-06-09 23:35:30
阅读次数:
227
<head> <title>CSS之颜色英文代码全集</title> <style type="text/css"> <!-- .lu{FONT: 9pt; "宋体";} body { margin-top: 0px; margin-left: 0px; margin-right: 0px} A { ...
分类:
Web程序 时间:
2016-06-09 19:48:08
阅读次数:
273
定义:用于定义HTML内容在浏览器内的显示样式,如文字大小,颜色,字体 设置样式:将要设置样式的内容用<span></span>样式括起来,然后再head中设置span <head><style type="text/css">span{ color:red;}</style></head> <bo ...
分类:
Web程序 时间:
2016-06-09 17:23:39
阅读次数:
233
checkbox和radio的美化 checkbox: <style type="text/css"> input[type="checkbox"] { display: none; } input[type="checkbox"] + label { display: inline-block; ...
分类:
Web程序 时间:
2016-06-08 10:42:53
阅读次数:
298
1:导入包: URL:http://www.datatables.net/ 分别导入css和js文件 Html代码 <</span>style type="text/css" title="currentStyle"> @import "css/demo_page.css"; @import "cs ...
分类:
Web程序 时间:
2016-06-07 10:02:15
阅读次数:
925