这次给大家带来怎样利用iframe让自己的网页可以显示天气,用iframe让自己的网页可以显示天气的注意事项有哪些,下面就是实战案例,一起来看一下。
<iframe scrolling="no" src="https://tianqiapi.com/api.php?style=tf&skin=gif" frameborder="0" width="400" height="24" allowtransparency="true"></iframe>
// 天气代码
1,要改变内嵌样式的字体颜色,需要在src链接拼接color。color不可带#。
<iframe
scrolling="no"
src="https://tianqiapi.com/api.php?style=tf&skin=gif&color=ffffff"
frameborder="0"
width=""
height=""
allowtransparency="true"
/>
一些iframe实例:
<div class="demo">