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& ...
随机推荐
- Ambari和YARN的Capacity调度器,安装过程
用Spark测试YARN的资源池,测试过程中发现很多时候爆资源不够: 于是添加机器,专门用于跑spark:首先是ssh不通,原来错把71的id_psa.put文件拷贝到64上面:后来ssh通了,amb ...
- 基于SQL调用Com组件来发送邮件
这个需求是公司有个文控中心,如果有用增删改了文件信息希望可以发邮件通知到有权限的人.当然方式很多. 这里是用数据库作业来完成 JOB+Com,这里用的com组件是Jmail 当然你需要把com组件放到 ...
- Linux安装微信
地址:http://www.toutiao.com/i6362126617556288001/#6649976-tsina-1-90079-4471e2b057b5019ad452c722f04bba ...
- nginx config的多个config配置
在我们的一台服务器上,一个nginx服务器下面可能跑着许多许多的项目; 那么就需要配置多个对应的配置 端口号 已经文件入库目录等等 那么项目多了以后,把这些项目都写到一个文件里 到后期难以查看与管理 ...
- unittest框架,调用函数类 和 调用函数外的 方法
- FTP文件传输协议两种模式 ftp协议集,错误码集,ftp客户端命令集
TCP/IP协议中,FTP标准命令TCP端口号为21,Port方式数据端口为20.FTP协议的任务是从一台计算机将文件传送到另一台计算机,它与这两台计算机所处的位置.联接的方式.甚至是是否使用相同的操 ...
- 1059 Prime Factors
题意: 给出一个int型正整数N,要求把N分解成若干个质因子,如N=97532468,则把N分解成:97532468=2^2*11*17*101*1291.质因子按增序输出,如果某个质因子的幂是1,则 ...
- Lambda语句中创建自定义类型时,也可指定某种特定类型,方法是在new与{}之间写上类型名称
如: var fc =...ChildFath = fc.Select(c => new Child_Father { child = c.child, father = c.father }) ...
- 用python40行代码编写的计算器
效果图 代码 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 ...
- new Com
CreateOleObject System.Win.ComObj.hpp #include <objbase.h> Winapi.ActiveX.pas CoInitiali ...