<?xml version="1.0" encoding="gb2312" ?>
<rss version="2.0">
<channel>
<title>Html教程</title>
<link>http://www.xker.com/edu/website/5/</link>
<description>网络学院 / 网页制作 / Html教程</description>
<language>zh-cn</language>
<generator><![CDATA[新客网 xker.com]]></generator>
<webmaster>mx463@163.com</webmaster>
<item>
    <title><![CDATA[实现淘宝语音搜索HTML 5代码]]></title>
    <link>http://www.xker.com/page/e2012/0211/108003.html</link>
    <description><![CDATA[淘宝网的语音搜索也有了一阵子了，但似乎都没看到相关的博客或帖子在说这个如何实现，今天查了点资料，发现原来实现是如此简单，可能是因为太简单了，也就没有人讨论了吧。 其实实现只需一句代码即可： x-webkit-speech 一看到这句代码，想到了什么?对，这说]]></description>
    <pubDate>2012-02-11</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[28个一定要知道的HTML5新特性]]></title>
    <link>http://www.xker.com/page/e2011/0923/102733.html</link>
    <description><![CDATA[总结一下： 1. 新的Doctype 尽管使用!DOCTYPE html，即使浏览器不懂这句话也会按照标准模式去渲染 2. Figure元素 用figure和figcaption来语义化地表示带标题的图片 figure img src=path/to/image required autofocus 16. Audio支持 HTML5提供了audio标签，你]]></description>
    <pubDate>2011-09-24</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[HTML 4与XHTML 1.0区别（二）]]></title>
    <link>http://www.xker.com/page/e2011/0615/101567.html</link>
    <description><![CDATA[最近框架里发现这样的问题， 如果用vs2003创建aspx页面的话DOCTYPE是 !DOCTYPE html PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN但如果换成vs2005开发的话DOCTYPE就变成了。 !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.]]></description>
    <pubDate>2011-06-16</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[HTML 4与XHTML 1.0区别（一）]]></title>
    <link>http://www.xker.com/page/e2011/0615/101566.html</link>
    <description><![CDATA[翻译w3c的http://www.w3.org/TR/xhtml1/ 第四部分，具体的不同还要参考DOM（不是很喜欢DOM的个别地方，用JS操作一个元素时，原本简单的东西往往得很多句才能搞定，再次抱怨一下，呵呵）和XML。 编写手机页面时所用的xhtml mp和xhtml basic 依照xhtml标准，虽]]></description>
    <pubDate>2011-06-16</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[html空格代码/空格的html代码]]></title>
    <link>http://www.xker.com/page/e2011/0602/101465.html</link>
    <description><![CDATA[html里的空格代码是： nbsp;]]></description>
    <pubDate>2011-06-02</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[HTML5的革新：结构之美]]></title>
    <link>http://www.xker.com/page/e2011/0412/100911.html</link>
    <description><![CDATA[前言：HTML 5如同一场革命，正在Web2.0后时代轰轰烈烈的进行着。 HTML 5是什么，无须我在这里赘述了。对于HTML 5的革新，按我的理解，可以总结为语义明确的标签体系、化繁为简的富媒体支持、神奇的本地数据存储技术、不需要插件的富动画（canvas）、强大的 A]]></description>
    <pubDate>2011-04-12</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[提高用户体验：网页字体大小的设计]]></title>
    <link>http://www.xker.com/page/e2011/0324/100656.html</link>
    <description><![CDATA[现在国内绝大多数的站点都用CSS把字体大小设定为12px，像素虽然也是相对尺寸单位，但只是相对于屏幕的分辨率 ，当屏幕的分辨率一定时，如果你感到字太小，阅读有困难，在非标准浏览器中就无能为力了，所以说，如果把单位改成em，那么就可以用CTRL 鼠标滚动把]]></description>
    <pubDate>2011-03-24</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[改变文章字体大小/背景颜色（含cookie控制）]]></title>
    <link>http://www.xker.com/page/e2011/0324/100655.html</link>
    <description><![CDATA[1、 script language=javascript var newasp_fontsize=9; var newasp_lineheight=12; /script a style=CURSOR: hand; POSITION: relative onclick=if(newasp_fontsizegt;8){NewaspContentLabel.style.fontSize=(--newasp_fontsize)+quot;ptquot;;NewaspConte]]></description>
    <pubDate>2011-03-24</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[调网页字体大小（附代码）]]></title>
    <link>http://www.xker.com/page/e2011/0324/100653.html</link>
    <description><![CDATA[页面： 1. div style=font-size: 16px; class=textbox-content id=zoomtext brbr扩展方法（Extension Method）br可以为已有的类型添加新的方法定义和实现， /div 2. a href=javascript: doZoom(16);大/a | a href=javascript: doZoom(14);中/a | a href=java]]></description>
    <pubDate>2011-03-24</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[体验HTML5的魅力（视频）]]></title>
    <link>http://www.xker.com/page/e2011/0321/100592.html</link>
    <description><![CDATA[HTML5 不断完善中Flash或许被这项新技术吞噬 看完这段视频，以及两个典型网站的对比.对于很多没了解过Html5的朋友也能明显感觉出 HTML5和 Flash的不同之处，当你进入这个网站的时候 你的Chrome浏览器或者你的Firefox自动翻译插件问你是否翻译这个网站内容, 如]]></description>
    <pubDate>2011-03-21</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[HTML 5标签、属性、事件及浏览器兼容性速查表]]></title>
    <link>http://www.xker.com/page/e2011/0319/100579.html</link>
    <description><![CDATA[HTML 5 可以说是近十年来 Web 标准最巨大的飞跃。和以前的版本不同，HTML 5 并非仅仅用来表示 Web 内容，它的使命是将 Web 带入一个成熟的应用平台，在这个平台上，视频，音频，图象，动画，以及同电脑的交互都被标准化。尽管 HTML 5 的实现还有很长的路要走]]></description>
    <pubDate>2011-03-19</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[10个国外开发的HTML 5精彩应用]]></title>
    <link>http://www.xker.com/page/e2011/0106/99786.html</link>
    <description><![CDATA[在 HTML 5 未成熟应用的时候，流媒体播放等一些精彩应用必须借助第三方软件才可以实现，比如Flash等。但是现在HTML 5已经将其超过，它不但可以播放视频和音频，而且还可以开发出各种网络在线应用程序，如标识的地理位置、离线存储、拖放、图片处理等。在这篇]]></description>
    <pubDate>2011-01-06</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[初学者必知的HTML 5入门级技巧]]></title>
    <link>http://www.xker.com/page/e2010/1214/99510.html</link>
    <description><![CDATA[Web技术的发展速度太快了，如果你不与时俱进，就会被淘汰。因此，为了应对即将到来的 HTML 5 ，本文总结了11个HTML 5的初级技巧，希望能对你进一步学习好HTML 5会有所帮助。 1. 新的Doctype声明 XHTML的声明太长了，我相信很少会有前端开发人员能手写出这个D]]></description>
    <pubDate>2010-12-14</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[HTML页面定时刷新]]></title>
    <link>http://www.xker.com/page/e2010/0925/98282.html</link>
    <description><![CDATA[meta http-equiv=Refresh content=1 1代表的是1秒钟刷新页面一次]]></description>
    <pubDate>2010-09-25</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[HTML标签使用中最容易犯的10个错误]]></title>
    <link>http://www.xker.com/page/e2010/0910/98121.html</link>
    <description><![CDATA[保持良好的代码风格是每个Coder必学的课程,同样在 HTML 设计的时候也要特别注意代码的规范性,虽然说不规范的代码不会直接造成严重的后果,但很有可能对用户体验造成一定的干扰,同时也会降低搜索引擎对网站的好感度.这份列表包含了10个最容易犯的 HTML标签 错]]></description>
    <pubDate>2010-09-10</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[IE浏览器中flash遮挡div现象的解决方法]]></title>
    <link>http://www.xker.com/page/e2010/0910/98120.html</link>
    <description><![CDATA[今天开始给网站首页的广告管理系统添加flash广告代码，结果出现IE中（包括IE6+）弹窗广告要flash遮挡的问题，后来想到了常用的iframe方法（参见《 解决IE6 select z-index无效，遮挡div的bug 》），最终成功了flash遮挡DIV的bug，但是在IE中还出现了浮动的DI]]></description>
    <pubDate>2010-09-10</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[IE6 select z-index无效，遮挡div的解决教程]]></title>
    <link>http://www.xker.com/page/e2010/0910/98119.html</link>
    <description><![CDATA[在最近的一个项目中，遇到了IE6 select遮挡div的bug，为了解决这个bug我查了很多资料，试图找到一个最最有效的方法，很多人是通过iframe的方法来解决，其实我查了国外的很多资料也是通过iframe的方法来解决的。今天我说说iframe解决的一般方法，已经使用jQue]]></description>
    <pubDate>2010-09-10</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[HTML+CSS下慎用ID]]></title>
    <link>http://www.xker.com/page/e2010/0826/97898.html</link>
    <description><![CDATA[这个问题在网络上曾经谈论过无数次了，今天我又拿出来讲。主要是警戒喜欢使用ID的朋友。 正常情况下的HTML+CSS是不需要使用ID的，除非与JS挂钩时才使用，也就是说我们在编码过程中除非有JS要用到，就尽量不要使用ID。 尤其要注意的是在非特殊情况下编写CSS是]]></description>
    <pubDate>2010-08-26</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[media=screen是什么意思 有什么用？]]></title>
    <link>http://www.xker.com/page/e2010/0816/97739.html</link>
    <description><![CDATA[如果需要支持老版本的浏览器，那你就必须坚持使用css1的媒体描述符screen和print，到底是哪些老版本的浏览器，没有查。它们是相互排斥的，因此在为屏幕显示而生成页面的时候，浏览器会忽略掉打印样式表，反之亦然。所以，每个样式表都需要包含相同的样式选择]]></description>
    <pubDate>2010-08-16</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[HTML5-Canvas标签详解]]></title>
    <link>http://www.xker.com/page/e2010/0802/97593.html</link>
    <description><![CDATA[canvas 是 html5 当中的一个标签，通过Javascript来画图。 canvas id=canvas width=150 height=150/canvas script var canvas = document.getElementById(canvas); var ctx = canvas.getContext(2d); ctx.fillStyle = rgb(0,0,200); ctx.fillRect(10, 10, 50]]></description>
    <pubDate>2010-08-02</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[HTML5文件API之图片预览]]></title>
    <link>http://www.xker.com/page/e2010/0714/97298.html</link>
    <description><![CDATA[图片上传在当今的Web应用中是一个非常常用的功能，如果不需要在上传前进行图片预览则可以简单的使用HTML+Javascript来实 现，但如果一定要在上传之前提供图片预览功能则需要求助于Flash来实现。不过，随着HTML5 File API的诞生这一状况终于有了改观，本文将]]></description>
    <pubDate>2010-07-14</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[onbeforeunload与a标签在IE中的冲突bug]]></title>
    <link>http://www.xker.com/page/e2010/0701/97149.html</link>
    <description><![CDATA[onbeforeunload 是window的一个事件，目前Firefox，IE都支持，主要用来提示用户是否真的要离开该页面，通常在一些比较重要的数据提交之前，防止用户误操作导致数据丢失。典型的应用如gmail中，在写邮件的时候，如果刷新页面或者关闭页面，会出现提示。 但是]]></description>
    <pubDate>2010-07-01</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>断桥残雪部落格</comments>
</item>
<item>
    <title><![CDATA[html{overflow-y:scroll}使iframe出现滚动条的解决方法]]></title>
    <link>http://www.xker.com/page/e2010/0625/96993.html</link>
    <description><![CDATA[今天做iframe需求时发现chorme总是会出现滚动条，怎么都去不掉，scrolling=no这个属性丝毫不起作用。但是ie和firefox却没有出现这个滚动条，然后求助龙笛同学，才知道罪魁祸首是子页面里有一条html{overflow-y:scroll}引起的。 被iframe的页面中存在css：htm]]></description>
    <pubDate>2010-06-25</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[select里的链接是用新窗口打开代码实例]]></title>
    <link>http://www.xker.com/page/e2010/0620/96857.html</link>
    <description><![CDATA[select style=FONT-SIZE: 9pt; COLOR: #000000; BACKGROUND-COLOR: #ffffff onChange=javascript:window.open(this.options[this.selectedIndex].value) size=1 name=select option各地区分局/option option value=http://www.xker.com/1/option option valu]]></description>
    <pubDate>2010-06-20</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[select友情链接代码实例]]></title>
    <link>http://www.xker.com/page/e2010/0620/96855.html</link>
    <description><![CDATA[方法一 ： select name=select onchange=window.open(this.options[this.options.selectedIndex].value); option value=http://www.xker.com/新客网/option option value=http://www.xlmxbg.com/天使兄弟/option option value=http://www.touraa.cn/淘景网/o]]></description>
    <pubDate>2010-06-20</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[HTML网页去掉IE滚动条的方法]]></title>
    <link>http://www.xker.com/page/e2010/0618/96838.html</link>
    <description><![CDATA[做了一个页面，与桌面分辨率一样大小，但是在IE全屏（F11）下却显示有滚动条，而火狐确没有。怎么样去掉IE滚动条呢？其实有一个属性就可以解决。 方法1：直接在body里面加上属性scroll 代码如： body scroll=no 方法2：使用样式表overflow 代码如： HTML{ove]]></description>
    <pubDate>2010-06-18</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[让input变成不可编辑状态的方法]]></title>
    <link>http://www.xker.com/page/e2010/0608/96693.html</link>
    <description><![CDATA[input name=ly_qq type=text tabindex=2 onMouseOver=this.className='input_1' onMouseOut=this.className='input_2' value=123456789 disabled=true readOnly=true / disabled=true 此果文字会变成灰色，不可编辑。 readOnly=true 文字不会变色，也是不可编]]></description>
    <pubDate>2010-06-08</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[HTML5是什么？HTML5全面剖析]]></title>
    <link>http://www.xker.com/page/e2010/0513/96309.html</link>
    <description><![CDATA[除非你与世隔绝，否则，一定听到过关于 HTML5 的各种声音，HTML5 表面上看是用来取代 Flash Web 视频的，然而，它的使命远不止此。HTML5 是下一代 Web 语言，它不单单是一种标记语言，更为下一代 Web 提供了全新功能，并将引领下一代 Web 实现类似桌面的应用]]></description>
    <pubDate>2010-05-15</pubDate>
    <category>Html教程</category>
    <author>its</author>
    <comments>锐商企业CMS</comments>
</item>
<item>
    <title><![CDATA[网页超级链接target=_blank的使用]]></title>
    <link>http://www.xker.com/page/e2010/0328/95594.html</link>
    <description><![CDATA[本文讨论的是网页新窗口打开问题，这个话题已经被说过很多次，不过比较喜欢其中的通过小图标打开新窗口，而链接则直接本页打开，这种方法既能让用户有所选择，又能事先告知用户将会发生什么，算是最合理的一种这种方案。 虽然已经是个很古老的议题了，不过感觉依然有很]]></description>
    <pubDate>2010-03-28</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[HTML5视频标签使用时注意事项]]></title>
    <link>http://www.xker.com/page/e2010/0320/95502.html</link>
    <description><![CDATA[视频标签的出现无疑是 HTML 5 的一大亮点，接下来我们将探讨如何在项目中使用HTML 5视频标签，由于旧的浏览器和Internet Explorer不支持video元素，我们必须为这些浏览器找到一个支持Flash文件的解决方案。 不幸的是，和HTML 5音频一样，涉及到视频的文件格式，Firefox]]></description>
    <pubDate>2010-03-20</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[HTML代码整洁又规范的12个原则]]></title>
    <link>http://www.xker.com/page/e2010/0227/94206.html</link>
    <description><![CDATA[良好的HTML代码是一个漂亮网站的基]]></description>
    <pubDate>2010-02-27</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[Internet Explorer无法打开internet站点，已终止操作的解决办法]]></title>
    <link>http://www.xker.com/page/e2010/0108/90759.html</link>
    <description><![CDATA[Internet Explorer无法打开internet站点，已终止操作的解决方法合集。通常，关于Internet Explorer无法打开internet站点，已终止操作的错误提示都是在Internet Explorer浏览器里才会出现，Firefox里面打开网页一切正常。这种情况碰到过好多次，而且一种解决方法还不能]]></description>
    <pubDate>2010-01-08</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>redroom</comments>
</item>
<item>
    <title><![CDATA[“Internet Explorer无法打开Internet站点”错误提示的解决办法]]></title>
    <link>http://www.xker.com/page/e2010/0108/90758.html</link>
    <description><![CDATA[新版颍川弦歌（http://www.ycxg.net）首页已经上线一段时间了，近期在网速较慢的环境下测试访问时，发现偶尔会在页面未下载完成时弹出Internet Explorer无法打开Internet 站点，已终止操作的错误提示。 今天仔细研究了一下这个问题，发现是控制滑动选项卡的一段javascr]]></description>
    <pubDate>2010-01-08</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>feifan</comments>
</item>
<item>
    <title><![CDATA[Internet Explorer无法打开Internet站点...的解决办法]]></title>
    <link>http://www.xker.com/page/e2010/0108/90757.html</link>
    <description><![CDATA[出现Internet Explorer无法打开Internet 站点，已终止操作的解决方法 最近写了个漂亮的警告框，大部分时候是可以正常使用的。 可是发现有时候会出现： [internet explorer 无法打开] 很是郁闷！ 经过仔细查找，发现是javascript的错误，我的警告框里面用到 document.app]]></description>
    <pubDate>2010-01-08</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[提示“Internet Explorer无法打开Internet站点...”的原因及解决方法]]></title>
    <link>http://www.xker.com/page/e2010/0108/90756.html</link>
    <description><![CDATA[1.html标签有遗漏(缺结束标记) 2.js问题，有可能是页面没加载完毕引起的. 加defer属性. 关键点： 加上defer等于在页面完全载入后再执行，相当于window.onload ，但应用上比window.onload 更灵活！ 页面载入判断 对于含有iframe的页面，错就错在 iframe 这里了，页面还]]></description>
    <pubDate>2010-01-08</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[IE bug：1像素的dotted/dashed边框（实例）]]></title>
    <link>http://www.xker.com/page/e2009/1108/84801.html</link>
    <description><![CDATA[最近的一个页面中碰到的，本来想用 border 来模拟设计图的虚线效果，但是很明显 border 效果不如设计图来的好看。顺便研究了下 dashed 和 dotted 的区别。 首先，从字面上来理解，dashed 和 dotted 都是指虚线，他们的不同在于： dashed：来自 dash（破折号），由 dash]]></description>
    <pubDate>2009-11-08</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>前端观察</comments>
</item>
<item>
    <title><![CDATA[HTML文本域（文本框）禁止修改写入数据方法]]></title>
    <link>http://www.xker.com/page/e2009/1017/82084.html</link>
    <description><![CDATA[html文本域有时需要禁止修改内容，方法如下： 加入readonly=或readonly=readonly 如下： input name=textfield type=text value= readonly= / textarea name=textfield readonly=readonly /textarea]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网原创</comments>
</item>
<item>
    <title><![CDATA[GBK和GB2312编码区域对比]]></title>
    <link>http://www.xker.com/page/e2009/1015/81853.html</link>
    <description><![CDATA[一图胜千言，图示如下： GB2312：高位A1-F7，低位A1-FE（图中深黑色方块部分） GBK：高位81-FE ，低位 40-7E、80-FE（图中浅黑色方块部分） GB2312是GBK的子集，他们编码区域都不大。 图是用html+js画出来的，顺便公布一下代码 bg.gif是32*32的透明背景图片，右边和下边]]></description>
    <pubDate>2009-10-15</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>blog</comments>
</item>
<item>
    <title><![CDATA[HTML5标准最新技术先知]]></title>
    <link>http://www.xker.com/page/e2009/1012/81409.html</link>
    <description><![CDATA[51CTO推荐专题： HTML 5，下一代Web开发标准详解 已经存在近十年的HTML4已经成为不断发展的Web开发领域的瓶颈；HTML5标准在此时显得尤为重要。每天都有新颖而创新的网站出现，全方位地拓展HTML的边界。Web开发者正在寻求新的技术，提供更强大的功能，那些因为脚本语言]]></description>
    <pubDate>2009-10-12</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>wlxku123 译言</comments>
</item>
<item>
    <title><![CDATA[XHTML2日渐衰落 HTML5集万千宠爱于一身]]></title>
    <link>http://www.xker.com/page/e2009/0708/72846.html</link>
    <description><![CDATA[W3C 日前宣布将从2009年底起终止同 XHTML 2 工作组的合约，并以此暗示曾经一度野心勃勃的 XHTML 2 的正式死亡。Web 设计界是否该因此而恐慌?毕竟 XHTML 1.x 是所有对 Web 标准验证有着某种情节的人的首选，然而事实并非如此，XHTML 2.0 偃旗息鼓已有时日，W3C 只是明确]]></description>
    <pubDate>2009-07-08</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>COMSHARP CMS</comments>
</item>
<item>
    <title><![CDATA[HTML标签Fieldset的详细介绍]]></title>
    <link>http://www.xker.com/page/e2009/0524/72228.html</link>
    <description><![CDATA[fieldset是一个不常用的HTML标签，很有意思，其语法如下： fieldset legendfieldset名称/legend !-- 加入你的内容 -- /fieldset fieldset元素用于对表单中的元素进行分组并在文档中区别标出文本。它与窗口框架的行为有些相似。fieldset在 Internet Explorer 4.0 及以上]]></description>
    <pubDate>2009-05-24</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[带图片提示信息提示的textarea代码]]></title>
    <link>http://www.xker.com/page/e2009/0508/72008.html</link>
    <description><![CDATA[textarea rows=7 cols=80 style=background:#F5FAFE url(attachments/month_0810/r2008103013305.gif) no-repeat right bottom; border:1px;/textarea]]></description>
    <pubDate>2009-05-08</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[必须知道的10个不常用HTML标签]]></title>
    <link>http://www.xker.com/page/e2009/0406/70976.html</link>
    <description><![CDATA[网页开发人员常常希望能够了解并掌握多种语言，结果是，学习一门语言的所有内容是棘手的，但是却很容易发现你并没有完全利用那些比较特殊却很有用的标签。 不幸的是我们到现在还没有涉足的那些比较不知名的HTML标记所有潜力。但它永远不会太晚重新进入领域，并开始编写]]></description>
    <pubDate>2009-04-06</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[IE6下DIV高度显示的Bug]]></title>
    <link>http://www.xker.com/page/e2009/0114/68340.html</link>
    <description><![CDATA[IE6下默认的字体尺寸大致在 12 - 14px 之间，当你试图定义一个高度小于这个默认值的 div 的时候， IE 会固执的认为这个层的高度不应该小于字体的行高。所以即使你用 height: 6px; 来定义了一个 div 的高度，实际在 IE 下显示的仍然是一个 12 px 左右高度的层。 要解决]]></description>
    <pubDate>2009-01-14</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[网页中嵌入Flash的几种方法(消除IE控件激活虚线)]]></title>
    <link>http://www.xker.com/page/e2009/0114/68333.html</link>
    <description><![CDATA[Flash 嵌入的问题论坛中有人问了好多次，到底应该怎么用，为什么通不过验证，要通过验证怎么办等等等。讨论中也出现了不少的误解，所以我单开一个帖总结一下我所知道的东西，不想看我罗嗦的直接跳到最后看结论就可以了。 一、传统的方法 XML/HTML代码 lt;obje]]></description>
    <pubDate>2009-01-14</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[使用Tiger交叉引用HTML]]></title>
    <link>http://www.xker.com/page/e2009/0107/67761.html</link>
    <description><![CDATA[作为一种标记语言，HTML 在互联网中的广泛采用佐证了它在发布内容方面的实用性是无与伦比的。HTML 向结构内容提供各种标记，其中包括处于不同级的标题标记，例如从 h1 到 h6，或定义列表的标记，例如 ul 或 ol。HTML 文档是简单的文本文档，可以使用任何编辑]]></description>
    <pubDate>2009-01-07</pubDate>
    <category>Html教程</category>
    <author>Matthias Laux</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[HTML教程：WEB标准从头开始]]></title>
    <link>http://www.xker.com/page/e2009/0107/67760.html</link>
    <description><![CDATA[ 在较早之前的网页上，我们经常可以看到如下的网页结构代码：lt;htmlgt;lt;headgt;lt;titlegt;这是一个网页lt;/titlegt;lt;meta name=rdquo;hellip;rdquo; content=rdquo;hellip;rdquo; /gt;hellip;hellip;lt;/headgt;lt;bodygt;hel]]></description>
    <pubDate>2009-01-07</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[WEB标准教程:链接和文本标签的应用]]></title>
    <link>http://www.xker.com/page/e2009/0107/67759.html</link>
    <description><![CDATA[ 我们都知道网页的最大特性是ldquo;链接rdquo;，是的这个在我们现在看起来习以为常的东西，让我们的生活发生了巨大的变化，是这个小小的标签成就了这个世界上无数的互联网天才。那么让我们看看这个标签的真面目： lt;a href=quot;URLquot; gt;文本区lt;]]></description>
    <pubDate>2009-01-07</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[html教程:解决select菜单边框无法设置的问题]]></title>
    <link>http://www.xker.com/page/e2009/0107/67758.html</link>
    <description><![CDATA[ 其实代码很简单，只是你没有想到而已：lt;spanstyle=quot;border:1pxsolidgreen;position:absolute;overflow:hiddenquot;gt;lt;selectstyle=quot;margin:-2pxquot;gt;lt;optiongt;1111lt;/optiongt;lt;optiongt;11111111111111lt;/optiongt;l]]></description>
    <pubDate>2009-01-07</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[html教程:用tabIndex轻松实现网页导航]]></title>
    <link>http://www.xker.com/page/e2009/0107/67757.html</link>
    <description><![CDATA[ 最近，当我在一个网站上输入表格数据时，我填写了一栏，并点击[Tab]键移到下一栏；当我抬头时，我惊奇的发现光标跳到页面下方的另一栏中。我用鼠标将光标移到正确的文本栏中，但不久[Tab]键又再次出现问题。这一情形使我想了解一下页面设计，以及tabIndex属性如何通]]></description>
    <pubDate>2009-01-07</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[合理运用HTML标题标记和强调标记]]></title>
    <link>http://www.xker.com/page/e2008/1112/64690.html</link>
    <description><![CDATA[ 搜索引擎是通过分析网页源代码来分析页面文本信息的逻辑性，所以在编写网页代码的时候一定要尽可能使用合适的标签来体现文本表达的层次感，也即是让搜索引擎ldquo;看懂rdquo;哪些文本信息要重于其他部分。 1、标题标签 在Html代码中，标题的标签一共6个]]></description>
    <pubDate>2008-11-12</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[在iframe中隐藏横向滚动条的方法大全]]></title>
    <link>http://www.xker.com/page/e2008/1110/64579.html</link>
    <description><![CDATA[在iframe中隐藏横向滚动条。。 删除DM中自动生成的 lt;!DOCTYPE HTML PUBLIC quot;-//W3C//DTD HTML 4.01 Transitional//ENquot; quot;http://www.w3.org/TR/html4/loose.dtdquot;gt; 此句代码. body中这样写： lt;body style=style=quot;overflow-x:hidd]]></description>
    <pubDate>2008-11-10</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[让iframe自适应高度（支持xhtml）IE firefox兼容]]></title>
    <link>http://www.xker.com/page/e2008/1110/64578.html</link>
    <description><![CDATA[lt;!DOCTYPE html PUBLIC quot;-//W3C//DTD XHTML 1.1//ENquot; quot;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtdquot;gt; lt;html xmlns=quot;http://www.w3.org/1999/xhtmlquot;gt; lt;headgt; lt;meta http-equiv=quot;Content-Typequot; conte]]></description>
    <pubDate>2008-11-10</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[XHTML+CSS网页制作问题解决的方式]]></title>
    <link>http://www.xker.com/page/e2008/1030/63665.html</link>
    <description><![CDATA[ xhtml+css页面制作过程中问题的解决方案，说是解决方案应该有点过了，充其量只不过是给刚刚开始学标准页面制作的朋友们的一些小建议，如果讲得不对的地方请多多包涵，当然也可以提出你们更好的方法，大家相互学习交流，共同成长！ 无论是谁，在制作页面的过程都]]></description>
    <pubDate>2008-10-30</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[多层嵌入式框架（iframe）使用总结]]></title>
    <link>http://www.xker.com/page/e2008/0924/61760.html</link>
    <description><![CDATA[ 在Web开发过程中，为了提高页面架构层次的清晰性和灵活性，应对复杂的页面布局，使用嵌入式框架iframe可能是最有效的解决办法。如果布局比较复杂或页面层次较多，则可能会用到嵌套多层的iframe，然而iframe并不会根据页面高度自动调整自身高度，为了屏蔽滚动条提高视]]></description>
    <pubDate>2008-09-24</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[Iframe 代码详解]]></title>
    <link>http://www.xker.com/page/e2008/0924/61747.html</link>
    <description><![CDATA[ lt;Iframe src=quot;example.htmquot; width=quot;300quot; heitht=quot;100quot;gt;lt;/IFRAMEgt; example.htm 是被嵌入的页面，标签 lt;IFRAMEgt; 还有一些可用的参数设置如下： marginwidth:网页中内容在表格右侧的预留宽度；例如：marginwi]]></description>
    <pubDate>2008-09-24</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[在XHTML文档中合适的使用CSS和JavaScript]]></title>
    <link>http://www.xker.com/page/e2008/0923/61726.html</link>
    <description><![CDATA[在XHTML文档中合适的使用CSS和JavaScript XHTMLtrade; 1.0 The Extensible HyperText Markup Language (Second Edition) 定义XHTML是为了把HTML 4扩展成像XML 1.0一样的应用程序。 在许多站点中XHTML正在迅速的替代HTML 4；然而，主流浏览器对完全支持XHTML方面表现]]></description>
    <pubDate>2008-09-23</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[容易混淆使用位置的XHTML标签]]></title>
    <link>http://www.xker.com/page/e2008/0922/61548.html</link>
    <description><![CDATA[ 我们在文章中一直在强调语义，那么对于HTML标签该如何使用呢？他们一般的使用位置在哪里呢？ 在刚接触XHTML+CSS设计网页时，对于标签的使用没什么经验，也很随意，经常是想起什么就用什么，认为只要能实现效果就可以。但随着学习的深入和对搜索引擎优化知识的]]></description>
    <pubDate>2008-09-22</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网搜集整理</comments>
</item>
<item>
    <title><![CDATA[DIV+CSS 中UL,LI的运用]]></title>
    <link>http://www.xker.com/page/e2008/0908/60527.html</link>
    <description><![CDATA[ 在做导航条或产品目录的样式都差不时习惯用到ul，在做圆角这样的图形我也喜欢，用到他们可以最小化减少DIV的套用。但有几个地方需要在CSS控制，不然会出现左边会出现很大的空边。 下面是登陆窗口的CSS代码，为了避免DIV的嵌套，所以运用了DIV.开始未对ul进行定]]></description>
    <pubDate>2008-09-08</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[ul与li的区别]]></title>
    <link>http://www.xker.com/page/e2008/0908/60526.html</link>
    <description><![CDATA[ lt;ulgt;与lt;ligt;有什么区别呀? A:lt;OLgt;称为顺序清单标记。lt;LIgt;则用以标示清单项目。 所谓顺序清单就是在每一项前面加上 1,2,3... 等数目，又称编号清单。 lt;OLgt; 的参数设定（常用）： 例如： lt;ol type=quot;iquo]]></description>
    <pubDate>2008-09-08</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[对列表 ul,li的综合应用]]></title>
    <link>http://www.xker.com/page/e2008/0908/60525.html</link>
    <description><![CDATA[ 1. 基本列表样式 为了添加定制列表符号，可以在list-style-image属性。但是这种方法对符号图像的控制能力不强。 更常用的方法是 关闭列表符号 并将定制符号作为背景在列表元素上。然后可以使用背景定位精确控制对准方式ul{margin:0;padding:0;list-style-]]></description>
    <pubDate>2008-09-08</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[无序列表ul li的常用css]]></title>
    <link>http://www.xker.com/page/e2008/0908/60524.html</link>
    <description><![CDATA[ 使用无序列表：即UL 看一个最简单的例子：lt;ulgt;lt;ligt;Item 1lt;/ligt;lt;ligt;Item 2lt;/ligt;lt;ligt;Item 3lt;/ligt;lt;ligt;Item 4lt;/ligt;lt;/ulgt;这是一个未加修饰的纵向列表 1：设置列表的边界#base {border:]]></description>
    <pubDate>2008-09-08</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[DIV+ul+LI实现表格效果]]></title>
    <link>http://www.xker.com/page/e2008/0908/60523.html</link>
    <description><![CDATA[lt;stylegt; #div1 { width: 450px; border-top: #000 1px solid; border-left: #000 1px solid; } #div1 ul { width: 450px; margin: 0px; } #div1 li { float: left; width: 150px; height: 50px; list-style-type: none; border-right:#000 1px sol]]></description>
    <pubDate>2008-09-08</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[应用WEB标准实例：ul li制作导航]]></title>
    <link>http://www.xker.com/page/e2008/0908/60522.html</link>
    <description><![CDATA[ 前言： 最近在给一个电子商务网重构的时候，用ul li写了个导航，感觉挺有实用价值的，所以写出来给朋友瞧瞧。 实例效果图： 整体观察思考： 左下角是圆角，右上角也是圆角，中间可以平铺背景，这图的结构也可以看成左中右的结构，标题距离宽]]></description>
    <pubDate>2008-09-08</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[网页制作：用零框架技术加密网页]]></title>
    <link>http://www.xker.com/page/e2008/0813/58504.html</link>
    <description><![CDATA[对广大网页编写者来说，对源代码的保护是最为关注的，但往往却没有任何办法。辛辛苦苦编写的网页在浏览者面前毫无遮掩，只要被别人轻轻点击鼠标右键，选择(查看源代码)一项后，即可获得网页完全代码，甚至稍加修改后就成为他人的网页。本篇将通过采用JavaScript技术，对]]></description>
    <pubDate>2008-08-13</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网编辑整理</comments>
</item>
<item>
    <title><![CDATA[网页制作：深入Table(表格)世界]]></title>
    <link>http://www.xker.com/page/e2008/0812/58455.html</link>
    <description><![CDATA[表格（table）是一直以来长期被大家使用的标签，直到现在还是在用，不过呢因为现在的网站重构，建议大家不要表格（table）来布局而很多朋友误以为用表格（table）就是所谓的不标准了，其实不然，表格（table）是一个重要元素。 表格标签主要包含的标签有table、captio]]></description>
    <pubDate>2008-08-12</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网搜集整理</comments>
</item>
<item>
    <title><![CDATA[Javascript如何应用到网页中]]></title>
    <link>http://www.xker.com/page/e2008/0722/54824.html</link>
    <description><![CDATA[ 在今天的网页中javascript 使用相当广泛，它能使网页增加互动性。javascript 使有规律地重复的html文段简化，减少下载时间。javascript 能及时响应用户的操作，对提交表单即使的检查，无需浪费时间交由cgl验证。javascript 的特点是无穷无尽的，只要你有创意。那么j]]></description>
    <pubDate>2008-07-22</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网编辑整理</comments>
</item>
<item>
    <title><![CDATA[HTML网页制作的八条强大技巧]]></title>
    <link>http://www.xker.com/page/e2008/0714/54557.html</link>
    <description><![CDATA[ 虽然现在有许多网页制作工具能让您轻松地完成工作，但如果使用HTML则可以得到更大控制权，下面介绍几个小技巧。 1。使用＜ttgt;，＜igt;，＜brgt;语句来控制文字排版比用＜pregt;好得多。 如: ＜ttgt;实用网络＜brgt;＜igt;曾伟滨＜/igt;＜brgt;＜/t]]></description>
    <pubDate>2008-07-14</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网搜集整理</comments>
</item>
<item>
    <title><![CDATA[告诉你html的几个小技巧]]></title>
    <link>http://www.xker.com/page/e2008/0713/54528.html</link>
    <description><![CDATA[ 虽然现在有许多网页制作工具能让您轻松地完成工作，但如果使用HTML则可以得到更大控制权，下面介绍几个小技巧。 1。使用＜tt＞，＜i＞，＜br＞语句来控制文字排版比用＜pre＞好得多。 如: ＜tt＞实用网络＜br＞＜i＞曾伟滨＜/i＞＜br＞＜/tt＞ 2。不要用80]]></description>
    <pubDate>2008-07-13</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网搜集整理</comments>
</item>
<item>
    <title><![CDATA[使用DIV之后,什么时候使用TABLE?]]></title>
    <link>http://www.xker.com/page/e2008/0706/54297.html</link>
    <description><![CDATA[ 今天有一好友MSN上突然问我这个话题,突然想到其实在论坛里面,关于DIV和TABLE表格的使用疑问有不少人发过贴子问过,这里我想整理一下我的思路! 关于表格 使用WEB标准之后,并不是说排除表格的使用,表格并不是鸡肋,而正好相反是一道大餐,之所以在很多关于CSS布]]></description>
    <pubDate>2008-07-06</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网整理转载</comments>
</item>
<item>
    <title><![CDATA[网页制作关于代码的18个小技巧]]></title>
    <link>http://www.xker.com/page/e2008/0626/54059.html</link>
    <description><![CDATA[ 1、xml文件尽量以utf-8编码，gb2312有些字是存储不了的，如?,就算能存也需要转换，比较麻烦，utf-8也符合国际规范。 2、CSS中:hover这个伪类，如果放在:visited前面则会失效。 3、＜agt;标签如果没有href属性，所有对它的css的伪类如:hover均失效。]]></description>
    <pubDate>2008-06-26</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网搜集整理</comments>
</item>
<item>
    <title><![CDATA[网页表格中单元格线条及边框的设置]]></title>
    <link>http://www.xker.com/page/e2008/0625/54045.html</link>
    <description><![CDATA[ 其实上面的三个表格都有三行三列，隐藏分隔线的诀窍在于rules，察看这三个表格的源代码，我们可以看到标签中都有rules。 它有三个参数(cols,rows,none)，当rules=cols时，表格会隐藏纵向的分隔线，这样我们就只能看到表格的行；当rules=rows时，则 隐藏了横]]></description>
    <pubDate>2008-06-25</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网搜集整理</comments>
</item>
<item>
    <title><![CDATA[HTML 限制文本框只能输入数字 onkeyup+onafterpaste]]></title>
    <link>http://www.xker.com/page/e2008/0609/53497.html</link>
    <description><![CDATA[限制文本框只能输入数字lt;input onkeyup=quot;if(isNaN(value))execCommand('undo')quot; onafterpaste=quot;if(isNaN(value))execCommand('undo')quot;gt;lt;input name=txt1 onchange=quot;if(/D/.test(this.value)){alert('只能输入数字');this.value=']]></description>
    <pubDate>2008-06-09</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[技巧 Html元素的动态添加方法]]></title>
    <link>http://www.xker.com/page/e2008/0512/52657.html</link>
    <description><![CDATA[今天做东东的时候要用js创建html元素然后动态给该元素添加方法，走了不少弯路。最后把解决方法发布，让大家以后少走弯路。js文件function CheckNull(id){nbsp;nbsp;nbsp;nbsp; //DoSomeThingnbsp;nbsp;nbsp; }var CheckNewNull= function(id){n]]></description>
    <pubDate>2008-05-12</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网整理转载</comments>
</item>
<item>
    <title><![CDATA[Struts中html:options的使用]]></title>
    <link>http://www.xker.com/page/e2008/0510/52652.html</link>
    <description><![CDATA[html:options是Struts中比较复杂的一个tage lib，用法灵活，但是Sturts提供的源码exercise taglib中没有提出常用jsp+ActionForm这样形式的最直接的总结，现从中总结如下，分两种情况：数组和Collection。需求，要达到： lt;select name=quot;beanCollectio]]></description>
    <pubDate>2008-05-10</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网整理转载</comments>
</item>
<item>
    <title><![CDATA[select中添加、修改、删除option元素]]></title>
    <link>http://www.xker.com/page/e2008/0510/52651.html</link>
    <description><![CDATA[lt;!doctypenbsp;htmlnbsp;publicnbsp;quot;-//w3c//dtdnbsp;htmlnbsp;4.0nbsp;transitional//enquot;gt;lt;htmlgt;lt;headgt;lt;titlegt;javascriptnbsp;selectnbsp;optionsnbsp;textnbsp;valuelt;/titlegt;lt;metanbsp;name=quot;keywor]]></description>
    <pubDate>2008-05-10</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网网络学院</comments>
</item>
<item>
    <title><![CDATA[select option总结]]></title>
    <link>http://www.xker.com/page/e2008/0510/52650.html</link>
    <description><![CDATA[lt;!--=======一段判断到底是哪个select的option被选中的代码================--gt;lt;form name=quot;form1quot;gt;lt;select name=quot;file_sourcequot; size=quot;1quot; id=quot;file_sourcequot;nbsp; nbsp;nbsp;nbsp;nbsp;onChange=quot;a]]></description>
    <pubDate>2008-05-10</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网整理</comments>
</item>
<item>
    <title><![CDATA[html select标签的属性和方法]]></title>
    <link>http://www.xker.com/page/e2008/0510/52649.html</link>
    <description><![CDATA[html select标签的属性： 标签属性 属性 描述 ACCESSKEY accessKey 设置或获取对象的快捷键。 ALIGN]]></description>
    <pubDate>2008-05-10</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网整理</comments>
</item>
<item>
    <title><![CDATA[XHTML入门学习教程:框架标签使用]]></title>
    <link>http://www.xker.com/page/e2007/1225/42617.html</link>
    <description><![CDATA[框架结构标签frameset/frameset 框架允许你在一个浏览器窗口内打开两个乃至多个页面。你可以这样理解，frameset其实就是一个大table，只不过整个页面是table的主体，而每一个单元格的内容都是一个独立的网页。 给框架结构分栏(cols和rows属性) 既然我们说框架结构可以]]></description>
    <pubDate>2007-12-25</pubDate>
    <category>Html教程</category>
    <author>佚名</author>
    <comments>新客网搜集整理</comments>
</item>
<item>
    <title><![CDATA[HTML表格标记：行的水平对齐属性ALIGN]]></title>
    <link>http://www.xker.com/page/e2007/1224/42561.html</link>
    <description><![CDATA[在水平方向上，可以设定行的对齐方式，分别有居左、居中、居右3种。 基本语法 以下是引用片段： TRALIGN=LEFT TRALIGN=CENTER TRALIGN=RIGHT 语法解释 LEFT为居左，CENTER为居右，RIGHT为居右。 文件范例：10-22.htm 设定行的水平对齐方式。 以下是引用片段： 01!-----]]></description>
    <pubDate>2007-12-24</pubDate>
    <category>Html教程</category>
    <author>行云止水</author>
    <comments>新客网搜集整理</comments>
</item>
<item>
    <title><![CDATA[HTML基础:HTML的基本结构]]></title>
    <link>http://www.xker.com/page/e2007/1214/41611.html</link>
    <description><![CDATA[HTML的基本结构 超文本文档分文档头和文档体两部分，在文档头里，对这个文档进行了一些必要的定义，文档体中才是要显示的各种文档信息。 以下是引用片段： HTML HEAD 头部信息 /HEAD BODY 文档主体，正文部分 /BODY /HTML 其中HTML在最外层， 表示这对标记间的内容是HT]]></description>
    <pubDate>2007-12-14</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>闪电儿</comments>
</item>
<item>
    <title><![CDATA[XHTML标签写法应该注意的问题]]></title>
    <link>http://www.xker.com/page/e2007/1213/41502.html</link>
    <description><![CDATA[XHTML 里面的img标记应该这样写：img alt= src= /，这种写法也就是所谓的自关闭，在XML中是完全合法的写法。如果你熟悉XML相关的开发，可能也就习惯于这种写法，想着XML中任何不含子节点的元素都可以这样写，那么XHTML中没有内容的标签也都可以这样写。XHTML中理论上当]]></description>
    <pubDate>2007-12-13</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[可扩展圆角标签的实现方法]]></title>
    <link>http://www.xker.com/page/e2007/1212/41447.html</link>
    <description><![CDATA[在制作网页的时候，很流行使用标签的方式进行分类显示， 圆角标签 具有样式美观、表现方式形象的优点，一般我们都会将圆角标签的背景制作成一张图片，这样做的不足之处是如果标签文字字数变化（如图1），固定的背景图片不能随之进行扩展。这样我们就需要制作很多张不同]]></description>
    <pubDate>2007-12-12</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[表单name与id的区别和相似之处]]></title>
    <link>http://www.xker.com/page/e2007/1209/41364.html</link>
    <description><![CDATA[表单的name与id其实是同一个意思，都是为了标记对象名称。它们所不同的是：name是Netscape的、id是Microsoft的。 表单元素(form input textarea select)与框架元素(iframe frame)用name。 这些元素都与表单(框架元素作用于form的target)提交有关， 在表单的接收页面只]]></description>
    <pubDate>2007-12-09</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>52css</comments>
</item>
<item>
    <title><![CDATA[初学者认识DOCTYPE的基础知识]]></title>
    <link>http://www.xker.com/page/e2007/1208/41360.html</link>
    <description><![CDATA[默认情况下，FF和IE的解释标准是不一样的，也就是说，如果一个网页没有声明DOCTYPE，它就会以默认的DOCTYPE解释下面的HTML。在同一种标准下，不同浏览器的解释模型都有所差异。学习网页标准，浏览器兼容，本文介绍教您认识DOCTYPE： 一、什么是DOCTYPE DOCTYPE是Docume]]></description>
    <pubDate>2007-12-08</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>javapigpig</comments>
</item>
<item>
    <title><![CDATA[利用HTML优化加快网页速度]]></title>
    <link>http://www.xker.com/page/e2007/1207/41335.html</link>
    <description><![CDATA[明显HTML，暗渡公用脚本 减少web页面下载时间的关键就是设法减小文件大]]></description>
    <pubDate>2007-12-07</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[添加和删除HTML节点的简单示例]]></title>
    <link>http://www.xker.com/page/e2007/1203/40717.html</link>
    <description><![CDATA[添加和删除 HTML节点 的简单示例: 以下是引用片段： inputtype=buttononclick=appendnode()value=添加节点 inputtype=buttononclick=removenode()value=删除节点 divid=result/div script i=0 functionappendnode(){ o=document.createElement(DIV); o.innerHTML=test+]]></description>
    <pubDate>2007-12-03</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>Levelup</comments>
</item>
<item>
    <title><![CDATA[输入框input高级限制级用法指南]]></title>
    <link>http://www.xker.com/page/e2007/1127/40562.html</link>
    <description><![CDATA[1.取消按钮按下时的虚线框 以下是引用片段： 在input里添加属性值hideFocus或者HideFocus=true 2.只读文本框内容 以下是引用片段： 在input里添加属性值readonly 3.防止退后清空的TEXT文档(可把style内容做做为类引用) 以下是引用片段： INPUTstyle=behavior:url(#defa]]></description>
    <pubDate>2007-11-27</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[为动态生成html元素增加事件处理]]></title>
    <link>http://www.xker.com/page/e2007/1122/40412.html</link>
    <description><![CDATA[Adding OnClick property to dynamicly genertated html element function klik(){ alert(ppp); } function addNewImg(newImageId){ newImg = document.createelement('img'); newImg.id = image+newImageId; newImg = document.getElementById(divimage1).appendChild(]]></description>
    <pubDate>2007-11-22</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[HTML用INS和DEL标记文档改变]]></title>
    <link>http://www.xker.com/page/e2007/1119/40300.html</link>
    <description><![CDATA[ins和del 是在HTML4.0时引入的，可以帮助创作者开发文档时相互合作，并且也保持了一些编辑(比如可以反应创作者是一段时间内是修改文档的、如何思考的)和版本控制的成分(在软件的帮助下，可以让文档恢复到某一特定时间下的状态)。 属性 cite：属性值是一个文档或者信息]]></description>
    <pubDate>2007-11-19</pubDate>
    <category>Html教程</category>
    <author>      佚名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[常用的XHTML标签的使用技巧介绍]]></title>
    <link>http://www.xker.com/page/e2007/1107/39103.html</link>
    <description><![CDATA[X HTML 里有很多的标签，但是经常用到的也就是那么几个，也只要掌握这几个也就可以了。下面我们一一列举：div,p,span,ul,li,dl,dt,dd,a,img,h,strong,em div 没有什么特性的意义，可以使用在很多地方，也就是说他可以装不同的东西。他的正确的写法是div/div必需要有封]]></description>
    <pubDate>2007-11-07</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网搜集整理</comments>
</item>
<item>
    <title><![CDATA[网页制作中常见的网页表单的应用]]></title>
    <link>http://www.xker.com/page/e2007/1107/39081.html</link>
    <description><![CDATA[说实话，无论是asp,php还是jsp进行网络编程的时候，都离不开和用户的交互。 而人机对话的平台，基本上是靠相应的文本、列表框进行输入，然后通过按钮提交送至数据库的。 所以学习网络编程就一定要了解这些输入平台相关的东西：表单（form）其基本格式如下： aaa aaa 可]]></description>
    <pubDate>2007-11-07</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[总结XHTML代码常见的应用问题]]></title>
    <link>http://www.xker.com/page/e2007/1031/37680.html</link>
    <description><![CDATA[一段时间以来，发现有很多人XHTML都不会用，不光是普通的初学者，有的程序员都不是很清楚该怎么写这个XHTML，我这里呢算是把一些常见的应用问题做一个总结，也算能使得大家能在沟通，合作上能形成默契。 XHTML里有很多的标签，但是经常用到的也就是那么几个，也只要掌]]></description>
    <pubDate>2007-10-31</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[HTML语言:什么是Unicode 什么是UTF-8]]></title>
    <link>http://www.xker.com/page/e2007/1028/36988.html</link>
    <description><![CDATA[Unicode和UTF-8 在制作网页中对于很多人不是很了解，到底是什么样的概念希望通过本文可以让大家了解，首先说明一下现在常用的一些编码方案： 1、在中国，大陆最常用的就是GBK18030编码，除此之外还有GBK，GB2312，这几个编码的关系是这样的。 最早制定的汉字编码是GB23]]></description>
    <pubDate>2007-10-28</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[再次举例熟悉网页的头部信息表示涵义]]></title>
    <link>http://www.xker.com/page/e2007/1019/36449.html</link>
    <description><![CDATA[再次举例熟悉网页的头部信息表示涵义 !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN http://www.w3.org/TR/html4/loose.dtd!--文档类型-- html head meta http-equiv=Content-Type content=text/html; charset=gb2312!--设置网页的文件编码-- meta htt]]></description>
    <pubDate>2007-10-19</pubDate>
    <category>Html教程</category>
    <author>闪电儿</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title><![CDATA[网页标题和网页Meta的一些写法和注意]]></title>
    <link>http://www.xker.com/page/e2007/1011/35805.html</link>
    <description><![CDATA[网站title与meta的写法有很多人写过这样的技术文章，总觉得欠缺一些，今天我把我的一点心得与大家分享！ title与meta的作用是关键的，人都有名字，网页也是一样，没了名字谁会认识你，搜索更不会认识。各大搜索引擎对title与meta的认识也有所不同，有的搜索会直接抓取me]]></description>
    <pubDate>2007-10-11</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[iframe的高度随内容的变化而变化]]></title>
    <link>http://www.xker.com/page/e2007/1011/35803.html</link>
    <description><![CDATA[本文详细介绍了iframe框架高度随内容的变化而变化的代码。 iframe src=XXX.htm width=700px frameborder=0 id=frmsrc scrolling=no marginheight=0 onload=AutoIframe()/iframe script type=text/javascript function AutoIframe() { if(document.readyState!='complet]]></description>
    <pubDate>2007-10-11</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[带有图片预览功能的上传表单的完整HTML]]></title>
    <link>http://www.xker.com/page/e2007/1007/35451.html</link>
    <description><![CDATA[带有图片预览功能的上传表单，完整的HTML代码如下所示 html head meta http-equiv=Content-Type content=text/html; charset=gb2312 title带有图片预览功能的上传表单it.com.cn/title script function viewmypic(mypic,imgfile) { if (imgfile.value){ mypic.src=imgfi]]></description>
    <pubDate>2007-10-07</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[通过XHTML校验要注意6个细节问题]]></title>
    <link>http://www.xker.com/page/e2007/0704/27404.html</link>
    <description><![CDATA[通过XHTML校验应该注意的6个细节问题 1.标签p不能在span中使用。它只能在 applet, blockquote, body, button, center, dd, del, div, fieldset, form, iframe, ins, li, map, noframes, noscript, object, td, th 中使用。 2.在标签之间发现 。请考虑使用等式实体（ a]]></description>
    <pubDate>2007-07-04</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>
<item>
    <title><![CDATA[网页表格深层探密]]></title>
    <link>http://www.xker.com/page/e2007/0125/21482.html</link>
    <description><![CDATA[]]></description>
    <pubDate>2007-01-25</pubDate>
    <category>Html教程</category>
    <author>秩名</author>
    <comments>新客网</comments>
</item>

</channel>
</rss>

