HTML页面——常用模块
1、天气模块
插入新浪天气模块,按照网上的提示,简单点几下就有代码,插入到你的html代码中即可。
<div id="div_calendar"> <p class="second_title">天气</p> <iframe name="sinaWeatherTool" src="http://weather.news.sina.com.cn/chajian/iframe/weatherStyle52.html?city=%E5%8C%97%E4%BA%AC" width="253" height="75" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"> </iframe> </div>
效果如下图,可以自己添加城市呦~