明輝手游網(wǎng)中心:是一個免費(fèi)提供流行視頻軟件教程、在線學(xué)習(xí)分享的學(xué)習(xí)平臺!

怎么使用iframe讓自己的頁面可以顯示天氣

[摘要]這次給大家?guī)碓鯓永胕frame讓自己的網(wǎng)頁可以顯示天氣,用iframe讓自己的網(wǎng)頁可以顯示天氣的注意事項有哪些,下面就是實戰(zhàn)案例,一起來看一下。css: 代碼如下:*{margin:0;padding:0;list-style-type:none;} a,img{border:0;} body...
這次給大家?guī)碓鯓永胕frame讓自己的網(wǎng)頁可以顯示天氣,用iframe讓自己的網(wǎng)頁可以顯示天氣的注意事項有哪些,下面就是實戰(zhàn)案例,一起來看一下。

css:

代碼如下:

*{margin:0;padding:0;list-style-type:none;} 
a,img{border:0;} 
body{font:12px/180% Arial, Helvetica, sans-serif, "新宋體";} 
/* demo */ 
.demo{width:800px;margin:0 auto;} 
.demo div{margin:40px 0 0 0;}

html:

代碼如下:

<div class="demo"> 
<div> 
<iframe name="weather_inc" src="http://i.tianqi.com/index.php?c=code&id=2&num=5" width="650" height="70" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe> 
</div> 
<div> 
<iframe name="weather_inc" src="http://i.tianqi.com/index.php?c=code&id=7" style="border:solid 1px red" width="225" height="90" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe> 
</div> 
<div> 
<iframe name="weather_inc" src="http://i.tianqi.com/index.php?c=code&id=9" width="800" height="60" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe> 
</div> 
<div> 
<iframe name="weather_inc" src="http://i.tianqi.com/index.php?c=code&id=11" width="500" height="15" frameborder="0"></iframe> 
</div> 
<div> 
<iframe name="weather_inc" src="http://i.tianqi.com/index.php?c=code&id=13" width="650" height="221" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe> 
</div> 
<div> 
<iframe name="weather_inc" src="http://i.tianqi.com/index.php?c=code&id=19" width="800" height="120" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe> 
</div> 
</div>

相信看了這些案例你已經(jīng)掌握了方法,更多精彩請關(guān)注php中文網(wǎng)其它相關(guān)文章!

相關(guān)閱讀:

在HTML的列表中,dl(dt,dd)、ul(li)、ol(li) 有什么不同

HTML的head頭標(biāo)簽有哪些用法

怎樣解決在html中豎列文字豎列顯示不全的問題

以上就是怎樣利用iframe讓自己的網(wǎng)頁可以顯示天氣的詳細(xì)內(nèi)容,更多請關(guān)注php中文網(wǎng)其它相關(guān)文章!


網(wǎng)站建設(shè)是一個廣義的術(shù)語,涵蓋了許多不同的技能和學(xué)科中所使用的生產(chǎn)和維護(hù)的網(wǎng)站。