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

来源:互联网 发布:公交ic卡数据 编辑:程序博客网 时间:2024/05/20 00:12

各种天气预报的展示效果图如下所示:


页面源码如下:

<!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>


原创粉丝点击