随笔分类 -  html

摘要:缓存的相关http的头: 1、Expires 2、Cache-Control 3、Last-Modified/If-Modified-Since 4、Etag/If-None-Match 另外还有一个是http1.0的Pragma这个应该是和Cache-Control类似的。 阅读全文
posted @ 2013-03-13 12:06 十天 阅读(128) 评论(0) 推荐(0)
摘要:大概有:(从克军的文章摘的,详细看文中的链接)<applet archive><audio src><body background><embed src><frame src><html manifest><iframe src><img src><input type=image src><link href><object data><script src><source src><track src><video 阅读全文
posted @ 2013-03-13 10:38 十天 阅读(170) 评论(0) 推荐(0)
摘要:今天查看api,无意之间搜到一篇介绍ie contentEditable的API,发现除了表格相关的元素:table, colgroup, tbody, td, tfoot, th, thead, tr不能直接设置conentEditable,其他的基本都可以,设置完后就可以在网页中直接编辑了,也就说div,span之类的元素也是可以编辑的,不信可以看api中的一个例子。 阅读全文
posted @ 2013-03-12 22:12 十天 阅读(292) 评论(0) 推荐(0)