您的位置:首页 > 其它

教大家如何在网页中嵌入天气预报

2013-03-08 15:38 274 查看
各种天气预报的展示效果图如下所示:



页面源码如下:

<!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>
</head>
<body>
代码1
<br>
<iframe ID='ifm2' width='189' height='190' align='center' marginwidth='0'
marginheight='0' hspace='0' vspace='0' frameborder='0' scrolling='no'
src='http://weather.qq.com/inc/ss258.htm'></iframe>
<br>

代码2
<br>
<IFRAME ID='ifm2' width='260' height='70' align='center' marginwidth='0'
marginheight='0' hspace='0' vspace='0' frameborder='0' scrolling='no'
src="http://news.sina.com.cn/iframe/weather/130101.html"></iframe>
<br>

代码3
<br>
<iframe ID='ifm1' width='405' height='332' align='center' marginwidth='0'
marginheight='0' hspace='0' vspace='0' FRAMEBORDER='0' scrolling='no'
src="http://weather.qq.com/24.htm"></iframe>
<br>

代码4
<br>
<iframe width="145" height="150" border="0" align="center" marginwidth="0"
marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"
src="http://minisite.qq.com/Weather/news_new.html" allowTransparency="true"></iframe>
</body>

</html>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: