html页面源代码
<!
DOCTYPE
html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html
xmlns
=
"http://www.w3.org/1999/xhtml"
><
head
>
<
meta
http-equiv
=
"Content-Type"
content
=
"text/html; charset=UTF-8"
>
<
title
>一米阳光站长资源站</
title
>
<
meta
name
=
"keywords"
content
=
"一米阳光站长资源站"
>
<
meta
name
=
"description"
content
=
"一米阳光站长资源站"
>
<
script
type
=
"text/javascript"
language
=
"javascript"
src
=
"img/jquery-1.js"
></
script
>
<
link
rel
=
"stylesheet"
href
=
"img/temp.css"
type
=
"text/css"
>
<
script
type
=
"text/javascript"
src
=
"img/jquery.js"
></
script
>
<
script
type
=
"text/javascript"
language
=
"javascript"
>
$(function(){
$('#taobao_ico').poshytip();
$('#hotel_ico').poshytip();
$('#travel_ico').poshytip();
$('#youxia_ico').poshytip();
});
function _load(){
var _bodyHeight =parseInt(document.documentElement.clientHeight);
var _height = parseInt(document.getElementById("footer").offsetHeight);
var _centerHeight = parseInt(document.getElementById("center").offsetHeight);
var _contentHeight = _bodyHeight - _centerHeight;
if(_contentHeight>_height){
document.getElementById('footer').style.height=_contentHeight-27+'px';
}
}
$(window).resize(function(){
_load();
});
</
script
>
<
style
id
=
"poshytip-css-tip-yellow"
type
=
"text/css"
>div.tip-yellow{visibility:hidden;position:absolute;top:0;left:0;}div.tip-yellow table, div.tip-yellow td{margin:0;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;font-variant:inherit;}div.tip-yellow td.tip-bg-image span{display:block;font:1px/1px sans-serif;height:10px;width:10px;overflow:hidden;}div.tip-yellow td.tip-right{background-position:100% 0;}div.tip-yellow td.tip-bottom{background-position:100% 100%;}div.tip-yellow td.tip-left{background-position:0 100%;}div.tip-yellow div.tip-inner{background-position:-10px -10px;}div.tip-yellow div.tip-arrow{visibility:hidden;position:absolute;overflow:hidden;font:1px/1px sans-serif;}
body{FONT-FAMILY:"Microsoft Yahei","verdana", "Arial","宋体";font-size: 16px; }
</
style
></
head
>
<
body
onload
=
"_load()"
>
<
div
id
=
"center"
>
<
div
class
=
"ico"
>
<
label
>
<
a
href
=
"http://www.520ym.net"
><
img
id
=
"taobao_ico"
src
=
"img/ptb.jpg"
width
=
"130"
height
=
"60"
></
a
>
<
a
href
=
"http://www.520ym.net"
>点此进入</
a
>
</
label
>
<
label
><
a
href
=
"http://www.520ym.net"
><
img
id
=
"hotel_ico"
src
=
"img/vip.jpg"
width
=
"130"
height
=
"60"
></
a
>
<
a
href
=
"http://www.520ym.net"
>点此进入</
a
>
</
label
>
<
label
>
<
a
href
=
"http://www.520ym.net"
><
img
id
=
"travel_ico"
src
=
"img/zgb.jpg"
width
=
"130"
height
=
"60"
></
a
>
<
a
href
=
"http://www.520ym.net"
>点此进入</
a
>
</
label
>
</
div
>
<
div
class
=
"quckLink"
>温馨提示:
<
a
style
=
"font-size:16px; font-weight:bold;"
>一米阳光站长资源站,源码下载,各类站长资源,欢迎访问!</
a
>
</
div
>
</
div
>
<
div
style
=
"height: 117px;"
id
=
"footer"
>
<
p
><
a
href
=
"http://www.520ym.net/"
>返回首页</
a
><
span
>|</
span
> <
a
href
=
"#"
>咨询电话</
a
></
p
>
<
p
>Copyright © 2015, 一米阳光站长资源站. <
br
><
br
>
版权所有:一米阳光站长资源站
</
p
>
</
div
>
</
body
></
html
>

html页面源代码的更多相关文章
- Spring Security默认的用户登录表单 页面源代码
Spring Security默认的用户登录表单 页面源代码 <html><head><title>Login Page</title></hea ...
- HTML 页面源代码布局介绍
http://www.cnblogs.com/polk6/archive/2013/05/10/3071451.html 此介绍以google首页源代码截图为例: 从上到下依次介绍: 1.<!D ...
- Selenium入门16 获取页面源代码
页面源代码:page_source属性 获取源代码之后,再用正则表达式匹配出所有的链接,代码如下: #coding:utf-8 from selenium import webdriver impor ...
- PHP 在源代码中实现换行使得页面源代码更精致美观
常量 : PHP_EOL 换行实例: <? php echo $this->doctype($this->doctype) . PHP_EOL;?> <html> ...
- Uncaught SyntaxError: Invalid regular expression flags(看页面源代码)
Uncaught SyntaxError: Invalid regular expression flags(看页面源代码) 一.总结 js或者jquery方面的错误看页面源代码,一下子错误就很清晰了 ...
- Java 网络爬虫获取页面源代码
原博文:http://www.cnblogs.com/xudong-bupt/archive/2013/03/20/2971893.html 1.网络爬虫是一个自动提取网页的程序,它为搜索引擎从万维网 ...
- qq电脑管家抽奖页面源代码
桌面qq电脑管家中个人中心的抽奖页面竟然是HTML写的,光大我HTML.!!! <!DOCTYPE html> <html> <head lang="en&qu ...
- App引导页面源代码的实现
一.页面效果图
- PHP 变量分页标签页面源代码技术分享
最近在研究PHP的常规变量的分页源代码. 现在发布一个给大家看一下. defined('IN_DUOAO') or exit('No permission resources.');$smarty ...
- C#-获取页面源代码
/// <summary> /// 获取源代码 /// </summary> /// <param name="url"></param& ...
随机推荐
- oracle系统表的查询
oracle查询用户下的所有表 select * from all_tab_comments -- 查询所有用户的表,视图等select * from user_tab_comments -- 查 ...
- php时间 显示刚刚 几分钟前等
功能示例: $now = time();foreach($sys_res as $k => $v){ $day = intval(floor(($now - $v->system_time ...
- $GLOBALS超级全局变量(PHP学习)
1.$GLOBALS是一个数组,里面有所有的全局变量 2.$GLOBALS是超级全局变量,函数内部可以通过它直接操作全局变量.(严重不推荐,因为违反了封装原则) 3.通过$GLOBALS操作全局变量, ...
- VC++ MFC SQL ADO数据库访问技术使用的基本步骤及方法
1.首先,要用#import语句来引用支持ADO的组件类型库(*.tlb),其中类型库可以作为可执行程序 (DLL.EXE等)的一部分被定位在其自身程序中的附属资源里,如:被定位在msado15.dl ...
- 开学初的c
cout<<a[i]<<" " 这个是先输出a[i]再输出空格 cout<<endl 这个是直接换行cout<<a[i]& ...
- linux字符界面下root用户无法登录成功
os: rhel5.6_x86_64 ———————————————————————————————————————————— 故障:图形界面登录正常,其他一切正常,但是切换到字符界面时,输入用户ro ...
- CentOS7 日期时间设置
1.设置系统时间为中国时区并启用NTP同步 yum install ntp //安装ntp服务 systemctl enable ntpd //开机启动服务 systemctl start ntpd ...
- sublime text3 FTP直接上传
- 众包高效实用的.NET开源项目
1.Akka.NET: 概述:更轻松地构建强大的并发和分布式应用. 简介:Akka.NET是一个用于在.NET和Mono上构建高度并发,分布式和容错的事件驱动应用程序的工具包和运行时. 开源地址:ht ...
- Py修行路 python基础 (二十四)socket编程
socket编程 一.客户端/服务端架构 客户端/服务端架构 即C/S架构,包括:1.硬件C/S架构,2.软件C/S架构. 互联网中处处都是C/S架构,学习socket 就是为了完成C/S架构的开发. ...