<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
  <channel>
    <title>HTML</title>
    <link>https://zgdoc.com/listinfo-286-0.html</link>
    <description>Latest 50 infos of HTML</description>
    <copyright>Copyright(C) Empire CMS</copyright>
    <generator>Empire CMS by Empire Studio.</generator>
    <lastBuildDate>Mon, 20 Apr 2026 06:13:53 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://zgdoc.com/e/data/images/rss.gif</url>
      <title>智格文秘网</title>
      <link>https://zgdoc.com/</link>
    </image>
    <item>
      <title><![CDATA[tab选项卡特效在ie8浏览器、ie8标准文档模式的情况下无法正常工作解决办法]]></title>
      <description><![CDATA[ 考虑到浏览器的兼容性，遇到tab选项卡特效在ie8浏览器、ie8标准文档模式的情况下无法正常工作问题时，在网页源代码&amp;lt;head&amp;gt;与&amp;lt;/head&amp;gt;之间添加&amp;lt;meta http-equiv=&amp;quot;X-UA-Compatible&amp;quot; content=&amp;quot;IE=EmulateIE7&amp;quot;/&amp;gt;即可。即：&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv=&amp;quot;X-UA-Compatible&amp;quot; content ]]></description>
      <link>https://zgdoc.com/showinfo-286-347302-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-347302-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 03 Sep 2015 13:49:58 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[input输入框默认提示文字，鼠标点击消失实现代码]]></title>
      <description><![CDATA[ 今天想做一个输入框有默认文字，鼠标点击消失的效果，经过查询，发现2种实现方式：1.&amp;lt;input type=&amp;quot;text&amp;quot; value=&amp;quot;请输入用户名&amp;quot; onfocus=&amp;quot;if(value==&amp;#039;请输入用户名&amp;#039;) {value=&amp;#039;&amp;#039;}&amp;quot; onblur=&amp;quot;if (value==&amp;#039;&amp;#039;) {value=&amp;#039;请输入用户名&amp;#039;}&amp;quot;&amp;gt;直接在input中定义onfocus和onblur事件， ]]></description>
      <link>https://zgdoc.com/showinfo-286-343880-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-343880-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Fri, 21 Aug 2015 15:09:01 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[怎么取消微信浏览器缓存？]]></title>
      <description><![CDATA[ 做微信公众号和调试手机页面的时候，避免不了页面要跳转到微信浏览器打开，调试阶段，android版微信浏览器一直都默认缓存html静态资源，每次静态资源变化甚至新内容发布的时候在微信浏览器上都极有可能不能更新，很多时候要清理微信缓存才能看到效果，很是烦人。部分客户 ]]></description>
      <link>https://zgdoc.com/showinfo-286-339476-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-339476-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Mon, 20 Apr 2015 02:34:38 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[html标签的嵌套规则介绍]]></title>
      <description><![CDATA[ XHTML的标签有许多：div、ul、li、dl、dt、dd、h1~h6、p、a、addressa、span、 strong&amp;amp;hellip;&amp;amp;hellip;我们在运用这些标签搭建页面结构的时候，是可以将它们无限嵌套的，但是，嵌套也需要有一定规则，不能任由自己的个人习惯胡乱嵌套，那么，html标签的嵌套规则有哪些呢 ]]></description>
      <link>https://zgdoc.com/showinfo-286-334991-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-334991-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 19 Mar 2015 08:35:22 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[网页页面实现自动刷新的3种代码]]></title>
      <description><![CDATA[ 当你做网页时，是不是有的时候想让你的网页自动不停刷新，或者过一段时间自动跳转到另外一个你自己设定的页面？其实实现这个效果非常地简单，而且这个效果甚至不能称之为特效。你只要把如下代码加入你的网页中就可以了。1.页面自动刷新：把如下代码加入&amp;lt;head&amp;gt;区域中&amp;lt;met ]]></description>
      <link>https://zgdoc.com/showinfo-286-334708-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-334708-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 12 Mar 2015 00:54:55 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[html5实现完美兼容各大浏览器的播放器的方法]]></title>
      <description><![CDATA[ 歌曲播放我们会发现他的兼容性不是很好，譬如IE上能播放的flash播放器，再firfox或者chrome上就不是很好的应用了，因为有插件的阻碍!HTML5的出现让这一切成为了可能，但是播放器虽然播放了，我们还要关注一下用户的体验度，所以，我们就写了一个HTML兼容的播放器！向下兼 ]]></description>
      <link>https://zgdoc.com/showinfo-286-334546-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-334546-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Fri, 06 Mar 2015 01:52:19 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[HTML5: Web 标准最巨大的飞跃]]></title>
      <description><![CDATA[ HTML5 是近十年来 Web 标准最巨大的飞跃。和以前的版本不同，HTML 5 并非仅仅用来表示 Web 内容，它的使命是将 Web 带入一个成熟的应用平台，在这个平台上，视频，音频，图象，动画，以及同电脑的交互都被标准化。尽管 HTML 5 的实现还有很长的路要走，但 HTML 5 正在改 ]]></description>
      <link>https://zgdoc.com/showinfo-286-334049-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-334049-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Fri, 13 Feb 2015 07:52:57 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[在WordPress评论框中添加背景提示的方法]]></title>
      <description><![CDATA[ 在WordPress评论框中添加提示文字的方法：1、找到你所用风格的评论所在文件，评论文件就是comment.php 在WordPress后台---外观---编辑打开comment.php文件可以看到，评论框是用textarea代码来控制，并且textarea文本区域对应的CSS样式表ID为comment，这样我们就 ]]></description>
      <link>https://zgdoc.com/showinfo-286-150812-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-150812-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[YESURE]]></author>
      <pubDate>Wed, 20 Jul 2011 11:18:28 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[如何去掉网页链接的下划线和图片链接的边框？]]></title>
      <description><![CDATA[ 1.如何去掉网页链接的下划线？ 

只要加入一段代码： 

&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=gb2312&amp;quot;&amp;gt; 
&amp;lt;meta name=&amp;quot;GENERATOR&amp;quot; content=&amp;quot;Microsoft FrontPage 3.0&amp;quot;&amp;gt; 
&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&amp;lt;!-- 
td，body { font-size: 9pt} 
a:lin ]]></description>
      <link>https://zgdoc.com/showinfo-286-141249-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-141249-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Tue, 19 Jul 2011 04:00:07 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[正则表达式能过滤html元素你知道吗]]></title>
      <description><![CDATA[         /*** filter all html element.* For example:&amp;lt; a href=&amp;quot;www.sohu.com/test&amp;quot;&amp;gt;hello!&amp;lt; /a&amp;gt;* The filter result is :hello!* Notice:This method filter the text between &amp;quot;&amp;lt; &amp;quot; and &amp;quot;&amp;gt;&amp;quot;*  ]]></description>
      <link>https://zgdoc.com/showinfo-286-95447-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-95447-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:32:01 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[如何在HTML中引用XML数据]]></title>
      <description><![CDATA[         1，内嵌XML数据＜html＞ ＜head＞ ＜meta http-equiv=＂Content-Type＂ content=＂text/html;charset=gb2312＂＞ ＜title＞第一次亲密接触(非痞子蔡版，请不要理解为侵权)＜/title＞ ＜/head＞ ＜body＞ ＜xml ]]></description>
      <link>https://zgdoc.com/showinfo-286-95423-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-95423-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:31:12 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[构建网站友好性基础 语义化网站的html标签]]></title>
      <description><![CDATA[         分离的结构和表现的一个作用就是可以用语义化的标签来标识文档的内容。在半结构化的xhtml代码里每个标签都有他代表的独特意义。在现实生活中人脑可以轻易的分辨出网页上文章标题和小节标题的区别，但是当下搜 ]]></description>
      <link>https://zgdoc.com/showinfo-286-95302-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-95302-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:28:28 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[HTML编辑器FCKeditor使用详解]]></title>
      <description><![CDATA[         一、简介功能：所见即所得，支持图片和Flash，工具栏可自由配置，使用简单兼容性：IE 5.5+、Firefox 1.5+、Safari 3.0+、Opera 9.50+、Netscape 7.1+、 Camino 1.0+成熟度：使用广泛，被Baidu、CSDN等选用二 ]]></description>
      <link>https://zgdoc.com/showinfo-286-95303-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-95303-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:28:28 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Word2007的HTML差在哪]]></title>
      <description><![CDATA[         然而，这是它的优势，也正是它的劣势。为什么？让我们来看一个简单的例子。试想一个简单到只包含一句“Hello，Word.”的Word2007文档，将其命名为hello.html，那么任何一种网络浏览器都可以显示它。不需 ]]></description>
      <link>https://zgdoc.com/showinfo-286-95139-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-95139-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:25:02 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[五款在Linux下好用的HTML编缉器]]></title>
      <description><![CDATA[         现在要做一个网站已经不再以以前那么难了，通过一些功能强大的HTML编缉器，要设计一个网站已经变得简单多了。在Windows下我们可以 Dreamweaver、Frontpage等编缉器，但是在Linux下，我们又可以用哪些软件来编 ]]></description>
      <link>https://zgdoc.com/showinfo-286-95140-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-95140-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:25:02 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[java 生成静态html的一段代码]]></title>
      <description><![CDATA[         在某些应用中，将本该由动态页面每次获取客户端请求时去调用数据的过程转换为在添加数据时即生成为静态页面，对服务器的压力，数据库检索的压力，以及搜索引擎收录，包括防止SQL注入都是由极大的好处的。常见 ]]></description>
      <link>https://zgdoc.com/showinfo-286-95141-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-95141-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:25:02 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[xml格式化后转化为html]]></title>
      <description><![CDATA[         由于项目的需要，最近学习了XLST和xml向html的转变。    XML文档的终极目标就是做为一个信息的基本类型来存储信息，载被转化为不同的格式来用于各种应用。W3C提出了扩展样式语言规范来实现上述的目的。XSLT( ]]></description>
      <link>https://zgdoc.com/showinfo-286-95142-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-95142-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:25:02 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[HTML特殊符号对照表]]></title>
      <description><![CDATA[                                     特殊符号                                    命名实体                                    十进制编码                                    特殊符号                       ]]></description>
      <link>https://zgdoc.com/showinfo-286-94962-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-94962-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sat, 20 Nov 2010 23:31:19 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[网页制作时用到的31个经典代码]]></title>
      <description><![CDATA[ 1.oncontextmenu=&amp;quot;window.event.returnvalue=false&amp;quot;将彻底屏蔽鼠标右键
&amp;lt;tableborderoncontextmenu=return(false)&amp;gt;&amp;lt;td&amp;gt;no&amp;lt;/table&amp;gt;可用于Table 
2.&amp;lt;bodyonselectstart=&amp;quot;returnfalse&amp;quot;&amp;gt;取消选取、防止复制3.onpaste=&amp;quot; ]]></description>
      <link>https://zgdoc.com/showinfo-286-88559-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-88559-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Fri, 12 Nov 2010 08:31:29 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[博客插入背景音乐和背景图片的代码]]></title>
      <description><![CDATA[ 与你分享以下代码，觉得好的话顶一下：载入音乐基本语法：&amp;lt;*EMBED SRC=&amp;quot;音乐文件地址&amp;quot;&amp;gt;常用属性如下：SRC=&amp;quot;FILENAME&amp;quot; 设定音乐文件的路径AUTOSTART=TRUE/FALSE 是否要音乐文件传送完就自动播 ]]></description>
      <link>https://zgdoc.com/showinfo-286-88558-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-88558-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Fri, 12 Nov 2010 08:30:52 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[网页设计中HTML常犯的五个错误]]></title>
      <description><![CDATA[ 1.网页背景色的设置犯错机率：很大 
普遍性：较广 
犯错可能性：懒/不知道约2年前我曾发现21cn上出现过一次没有设置背景色的情况，当时我用Email通知了他们，自此之后这个问题我从没犯过。绝大部分 ]]></description>
      <link>https://zgdoc.com/showinfo-286-88557-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-88557-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Fri, 12 Nov 2010 08:30:16 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[防止页面内容被复制、选择、拖拉以及禁止右键鼠标代码]]></title>
      <description><![CDATA[ 各位开发过Html网页的都知道，在&amp;lt;body&amp;gt;标签中加入一些代码，能有效的防止页面内容被复制、选择、拖拉以及禁止右键鼠标功，如：
&amp;lt;body oncontextmenu=&amp;quot;return false&amp;quot; ondragstart=&amp;quot;return false&amp;quot; onselectstart =&amp;quot;re ]]></description>
      <link>https://zgdoc.com/showinfo-286-88556-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-88556-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Fri, 12 Nov 2010 08:29:21 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[禁止修改文本框内容的代码]]></title>
      <description><![CDATA[ &amp;lt;p&amp;gt;&amp;lt;input type=text name=box value=&amp;quot;禁止修改文本框的内容！&amp;quot; onFocus=&amp;quot;this.blur()&amp;quot; size=12&amp;gt;&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;&amp;lt;input type=&amp;quot;text&amp;quot; name=&amp;quot;textfield&amp;quot; disabled&amp;gt;&amp;lt;/p&amp;gt;
&amp;lt;input type=&amp;quot;text&amp;quot; name=&amp;quot;textfield&amp;quot; readonly&amp;gt; ]]></description>
      <link>https://zgdoc.com/showinfo-286-70088-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-70088-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 17 Oct 2010 01:41:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[在设计网页时要注意的细节]]></title>
      <description><![CDATA[ 在设计网页时要注意的细节 1、将css与javascript全部用下边的方法分离到外部文件中去。让html代码最大可能的只是用来显示实际内容。 ]]></description>
      <link>https://zgdoc.com/showinfo-286-26872-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-26872-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 19:11:46 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[细边框表格的实现方法]]></title>
      <description><![CDATA[ 	        在HTML中，我们设置border=”1″ 时，表格边框实际大小是2px，那如果我们要做成1px的细线表格要怎么办？以前在做1px的表格的时候，我会用表格背景颜色，然后再用另一种颜色设计单元格的背景，再把表格间距设 ]]></description>
      <link>https://zgdoc.com/showinfo-286-26891-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-26891-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 19:11:46 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[告诉你html的几个小技巧]]></title>
      <description><![CDATA[ 	        虽然现在有许多网页制作工具能让您轻松地完成工作，但如果使用HTML则可以得到更大控制权，下面介绍几个小技巧。 1。使用＜tt＞，＜i＞，＜br＞语句来控制文字排版比用＜pre＞好得多。 如: ＜tt＞实用网络＜ ]]></description>
      <link>https://zgdoc.com/showinfo-286-26873-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-26873-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 19:11:34 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[在IE地址栏显示自己的小图标]]></title>
      <description><![CDATA[ 	        &amp;lt;link rel=&quot;shortcut icon&quot; href=&quot;MyImg.ico&quot;&amp;gt; &amp;lt;link rel=&quot;Bookmark&quot; href=&quot;favicon.ico&quot;&amp;gt; 可以在收藏夹中显示出你的网站图标，图标可以是16*16、24*24、32*32、48*48的都可以。 第一步，准备一 ]]></description>
      <link>https://zgdoc.com/showinfo-286-26899-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-26899-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 19:11:34 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[网页表格表框制作技巧]]></title>
      <description><![CDATA[ 	         网页表格表框制作技巧。 表格边框的显示与隐藏，是可以用frame参数来控制的。请注意它只控制表格的边框图，而不影晌单元格。 &amp;lt;TABLE frame=void&amp;gt;只显示上边框 &amp;lt;table frame=above&amp;gt;只显示下边框 ]]></description>
      <link>https://zgdoc.com/showinfo-286-26874-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-26874-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 19:11:30 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[innerHTML 的一些问题]]></title>
      <description><![CDATA[ 	        innerHTML 属性的使用非常流行，因为他提供了简单的方法完全替代一个 HTML 元素的内容。另外一个方法是使用 DOM Level 2 API（removeChild， createElement， appendChild）。但很显然，使用 innerHTML 修改  ]]></description>
      <link>https://zgdoc.com/showinfo-286-26892-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-26892-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 19:11:30 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[HTML5 第二份草案发布]]></title>
      <description><![CDATA[ 	        HTML 5草案并没有成为正式标准引用:Publication as a Working Draft does not imply endorsement by the W3C Membership.作为“草案”发布并不意味着已经得到W3C成员的背书（支持）。The HTML 5 specificat ]]></description>
      <link>https://zgdoc.com/showinfo-286-26875-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-26875-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 19:11:22 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[在html文件中用js获取session]]></title>
      <description><![CDATA[ 	         原以为很简单，事实上的确简单。但还是碰到了一个在做之前没有考虑到的问题：ajax的缓存问题。所以看似容易的问题还是要严谨对待，这就是程序员该有的品质吧。        话不多说，言规正转，下面是运行时的 ]]></description>
      <link>https://zgdoc.com/showinfo-286-26903-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-26903-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 19:11:22 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[line-height属性的继承问题]]></title>
      <description><![CDATA[ line-height属性的继承问题。淘宝商城 的detail 页面“产品详情”部分是商家自定义区块，曾出现这样一个问题 ]]></description>
      <link>https://zgdoc.com/showinfo-286-26876-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-26876-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 19:11:15 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[告诉你html的几个小技巧]]></title>
      <description><![CDATA[ 	        虽然现在有许多网页制作工具能让您轻松地完成工作，但如果使用HTML则可以得到更大控制权，下面介绍几个小技巧。 1。使用＜tt＞，＜i＞，语句来控制文字排版比用＜pre＞好得多。 如: ＜tt＞实用网络＜i＞ ]]></description>
      <link>https://zgdoc.com/showinfo-286-26893-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-26893-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 19:11:15 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Linux下五个好用的HTML编缉器]]></title>
      <description><![CDATA[ 	        现在要做一个网站已经不再以以前那么难了，通过一些功能强大的HTML编缉器，要设计一个网站已经变得简单多了。在Windows下我们可以Dreamweaver、Frontpage等编缉器，但是在Linux下，我们又可以用哪些软件来编 ]]></description>
      <link>https://zgdoc.com/showinfo-286-26883-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-26883-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 19:11:08 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[什么是Semantics?]]></title>
      <description><![CDATA[ 	        Semantics可翻译为语义的(学)，它是Html/Xhtml是否真正符合标准的重要一环。Jorux在这和大家讨论一些自己的观点，如有不妥之处，还请各位网友指正。在西方，为什么这么多人如此重视网页的Semantics，也许你 ]]></description>
      <link>https://zgdoc.com/showinfo-286-26900-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-26900-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 19:11:08 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[HTML 的未来，第 1 部分: WHATWG]]></title>
      <description><![CDATA[ 	        本系列包括两篇文章，Edd Dumbill 分析了 Web 作者、浏览器开发人员和标准组织所期望的 HTML 未来趋势各种方式。介绍了 WHATWG 阐述的渐进式方法和 W3C 所提议的 XHTML 的大清洗式的方法。此外，作者还考察 ]]></description>
      <link>https://zgdoc.com/showinfo-286-26884-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-26884-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 19:10:59 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Iframe 代码详解]]></title>
      <description><![CDATA[ 	        &amp;lt;Iframe src=&quot;example.htm&quot; width=&quot;300&quot; heitht=&quot;100&quot;&amp;gt;&amp;lt;/IFRAME&amp;gt;example.htm 是被嵌入的页面，标签 &amp;lt;IFRAME&amp;gt; 还有一些可用的参数设置如下：marginwidth:网页中内容在表格右侧的预 ]]></description>
      <link>https://zgdoc.com/showinfo-286-26894-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-26894-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 19:10:59 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[XHTML：两种语言的力量]]></title>
      <description><![CDATA[ 	        作为一名 Web 开发人员是项很艰苦的工作。您不仅必须每天避开流行浏览器引起的陷阱和缺陷，还必须至少留意可能（或不可能）对您的工作产生影响的众多技术上的新发展。您可能刚刚掌握了样式表和 DHTML，而新 ]]></description>
      <link>https://zgdoc.com/showinfo-286-26885-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-26885-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 19:10:53 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[HTML V5 与 XHTML V2]]></title>
      <description><![CDATA[ 	        多数人使用 HTML V4 和 XHTML V1 编写网页。相对较少的 HTML 狂热者了解语义 HTML 的概念、验证 HTML 结构和改进文档的可访问性。高质量的 HTML 文档是反复权衡、设计优选和讨论酝酿的结果。尽管受到诸多批 ]]></description>
      <link>https://zgdoc.com/showinfo-286-26905-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-26905-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 19:10:53 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[HTML tabIndex属性]]></title>
      <description><![CDATA[ 	        使用tabIndex属性可以设置TAB键在控件中的移动顺序。把控件的tabIndex属性设成1到32767的一个值，就可以把这个控件加入到TAB键的序列中。这样，当浏览者使用TAB键在网页控件中移动时，将首先移动到 ]]></description>
      <link>https://zgdoc.com/showinfo-286-26886-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-26886-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 19:10:49 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[HTML连续英文字符串强制换行]]></title>
      <description><![CDATA[ 	        大家都知道在table的某一格里插入文本时，如果是中文当然是没有问题，当到达指定宽度时会自动换行，但如果是英文或数字之类的就会有问题了.因为它是以空格为英文单词间的区别，但是如果输入一长串英文，中间不含 ]]></description>
      <link>https://zgdoc.com/showinfo-286-26895-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-26895-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 19:10:49 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[HTML拖放表格]]></title>
      <description><![CDATA[ 	        &amp;lt;style&amp;gt;*{font-size:12px}.dragTable{font-size:12px;margin-bottom:5px;}td{vertical-align:top;}.dragTR{cursor:move;color:#7787cc;background-color:#e5eef9;height:20px;padding-left:5px;font- ]]></description>
      <link>https://zgdoc.com/showinfo-286-26887-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-26887-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 19:10:40 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[如何只用HTML画出一个圆角的Table表格]]></title>
      <description><![CDATA[ 	        &amp;lt;TABLE style=&quot;TABLE-LAYOUT: fixed&quot; height=28 cellSpacing=0 cellPadding=0 width=&quot;100%&quot; border=0&amp;gt;&amp;lt;TBODY&amp;gt;&amp;lt;TR height=3 width=&quot;100%&quot;&amp;gt;&amp;lt;TD&amp;gt;&amp;lt;TABLE style=&quot;TABLE-LAYOUT: fixe ]]></description>
      <link>https://zgdoc.com/showinfo-286-26901-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-26901-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 19:10:40 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[html中有亲和力的文字隐藏方法]]></title>
      <description><![CDATA[ 	        1.display:none;的缺陷* 搜索引擎可能认为被隐藏的文字属于垃圾信息而被忽略，来自SEO Mistakes: Unwise comments* 屏幕阅读器（是为视觉上有障碍的人设计的读取屏幕内容的程序）会忽略被隐藏的文字 ]]></description>
      <link>https://zgdoc.com/showinfo-286-26888-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-26888-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 19:10:35 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[在HTML中接收地址栏中传递的参数]]></title>
      <description><![CDATA[ 	        在HTML中接收地址栏中传递的参数方法有如下三种：window.open (&quot;11.htm?aa=&quot;+dd);问题就是从11.htm中接收aa的值解决方案如下：１.使用 window.location.search 来取得后面的参数// param 为 ]]></description>
      <link>https://zgdoc.com/showinfo-286-26896-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-26896-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 19:10:35 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[轻松实现博客介绍开头空两格的方法]]></title>
      <description><![CDATA[ 一：直接按空格
　二：用&amp;lt;P&amp;gt;、&amp;lt;/P&amp;gt;标签 
方法一：首先登陆你的网站，点击参数设置，然后在博客摘要里你的文字前输入下面字符： 　&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp; ]]></description>
      <link>https://zgdoc.com/showinfo-286-18913-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-18913-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Wed, 20 Jan 2010 02:17:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[第3课：元素与标签]]></title>
      <description><![CDATA[ 	        第3课：元素与标签现在你要学习的是HTML的重要成分&amp;mdash;&amp;mdash;元素（element）。元素用于结构化HTML文档，并告知浏览器如何呈现网页。一般来说，元素由首标签（start tag）、内容（content）和尾标签（e ]]></description>
      <link>https://zgdoc.com/showinfo-286-15880-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-15880-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 30 Jul 2009 02:31:50 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[第4课：制作自己的第一个网站]]></title>
      <description><![CDATA[ 	        第4课：制作自己的第一个网站有了从前面几课的基础，现在只需再花几分钟时间，你就能学会如何制作自己的第一个网站了。如何做呢？通过第一课，我们知道制作一个网页需要有浏览器和记事本程序（或者类似的文 ]]></description>
      <link>https://zgdoc.com/showinfo-286-15881-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-15881-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 30 Jul 2009 02:31:50 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[第6课：学习更多元素]]></title>
      <description><![CDATA[ 	        第6课：学习更多元素
你有没有独立完成过一些网页？如果还没有，请看下面的例子：
&amp;lt;/html&amp;gt;。  &amp;lt;head&amp;gt;
&amp;lt;title&amp;gt;我的网站&amp;lt;/title&amp;gt;
  &amp;lt;/head&amp;gt;  &amp;lt;body&amp;gt;
&amp;lt;h1&amp;gt;标题 ]]></description>
      <link>https://zgdoc.com/showinfo-286-15882-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-15882-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 30 Jul 2009 02:31:47 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[第7课：属性]]></title>
      <description><![CDATA[ 	        第7课：属性许多元素都可以设置属性。属性是什么？也许你还记得，HTML通过标签告诉浏览器如何展示网页（比如&amp;lt;br /&amp;gt;告诉浏览器显示一个换行）。你可以为某些元素附加一些信息，这些附加信息被称为属性 ]]></description>
      <link>https://zgdoc.com/showinfo-286-15883-0.html</link>
      <guid>https://zgdoc.com/showinfo-286-15883-0.html</guid>
      <category>HTML</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 30 Jul 2009 02:31:47 +0000</pubDate>
    </item>
  </channel>
</rss>