码迷,mamicode.com
首页 > Web开发 > 详细

关于html frame的用法小例 取自 w3school

时间:2014-12-09 13:46:37      阅读:199      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   sp   div   log   bs   html   

这个原本是w3school上面的一个错误

 

<html>

<frameset cols="25%,50%,25%">

  <frame src="/example/html/frame_a.html">
  <frame src="/example/html/frame_b.html">
  <frame src="/example/html/frame_c.html">

</frameset>

</html>

 

这个是html data-*的一个例子(http://www.w3school.com.cn/tags/att_global_data.asp)

结果跳到这个地方来了http://www.w3school.com.cn/tiy/t.asp?f=html_frame_cols

关于html frame的用法小例 取自 w3school

标签:style   blog   http   color   sp   div   log   bs   html   

原文地址:http://www.cnblogs.com/yonllx/p/4152894.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!