<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>HTML</title>
<link>/html/</link>
<description>网页设计 / HTML</description>
<language>zh-cn</language>
<generator>网站版权信息</generator>
<webmaster>nantangcun@163.com</webmaster>
<item>
    <title>HTML5: Web 标准最巨大的飞跃</title>
    <link>/html/200811/12-6179.html</link>
    <description>HTML5 是近十年来 Web 标准最巨大的飞跃。和以前的版本不同，HTML 5 并非仅仅用来表示 Web 内容，它的使命是将 Web 带入一个成熟的应用平台，在这个平台上，视频，音频，图象，动画，以及同电脑的交互都被标准化。尽管 HTML 5 的实现还有很长的路要走，但 HTML 5 正在改变 We</description>
    <pubDate>2008-11-12</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>网站重构到底是什么 </title>
    <link>/html/200811/04-5742.html</link>
    <description>前不久听到这样一个面试的故事：
面试官：你准备在我们公司做些什么事情？（大致这个意思）
面试人：我准备在公司做网站重构，把原来是table的页面全部重构成css+div的，...
面试官：不好意思，我们的网站都是css+div的，不需要重构了。
面试人：...(无语了)
自从2004年阿</description>
    <pubDate>2008-11-04</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>最简单的方法去掉iframe滚动条</title>
    <link>/html/200810/31-5585.html</link>
    <description>该文也可以说是一个iframe自适应大小的折中解决办法。iframe出现滚动条的原因是，body里面的内容的高度大于了iframe的高度，所以会出现滚动条。
解决办法：
采用Jquery从iframe嵌套的页面中获取一个高度值，在iframe的父窗口中的onload事件中更新iframe的高度。
具体实现</description>
    <pubDate>2008-10-31</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>HTML DOM insertRow() 方法</title>
    <link>/html/200810/31-5583.html</link>
    <description>定义和用法
insertRow() 方法用于在表格中的指定位置插入一个新行。
语法
tableObject.insertRow(index)返回值
返回一个 TableRow，表示新插入的行。
说明
该方法创建一个新的 TableRow 对象，表示一个新的 &amp;lt;tr&amp;gt; 标记，并把它插入表中的指定位置。
新行将被插入 ind</description>
    <pubDate>2008-10-31</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>CSS基本布局16例</title>
    <link>/html/200810/17-5000.html</link>
    <description>以下布局资料原作者：Owen Briggs
单行单列

     单行单列1：采用float浮在左上角，固定宽度。 
     单行单列2：固定在左上角，固定宽度，采用的是绝对(absolute)定位。 
     单行单列3：固定在左上角，不固定宽度，采用百分比(%)定义宽度来自适应页面。 
     单行</description>
    <pubDate>2008-10-17</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>第2天:什么是名字空间</title>
    <link>/html/200810/17-4991.html</link>
    <description>DOCTYPE声明好以后，接下来的代码是：
&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot; lang=&amp;quot;gb2312&amp;quot;&amp;gt;
通常我们HTML4.0的代码只是&amp;lt;html&amp;gt;，这里的&amp;quot;xmlns&amp;quot;是什么呢？
这个&amp;quot;xmlns&amp;quot;是XHTML namespace的缩写，叫做&amp;quot;名</description>
    <pubDate>2008-10-17</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>第1天:选择什么样的DOCTYPE</title>
    <link>/html/200810/17-4990.html</link>
    <description>前言
大家好！这个系列文章是按阿捷自己制作这个站点的过程编写的。之前阿捷也一直没有制作过一个真正符合web标准的网站。现在边参考国外资料边制作，同时把过程中的心得和经验记录下来，希望对大家有点帮助。好了，让我们开始吧
第一天
开始制作符合标准的站点，第一件事</description>
    <pubDate>2008-10-17</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>实现Web页面内容动态改变的dhtml操作</title>
    <link>/html/200810/09-4194.html</link>
    <description>&amp;nbsp;
IE的DHTML对象提供了四个可读写的属性来动态操作页面元素的内容：innerText, outerText, innerHTML, outerHTML.
需注意两点：
1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 其中innerText,outerText属性的值是作为普通文本呈现的，即使它含有HTML标签也如实反应出来；而innerHTML,</description>
    <pubDate>2008-10-09</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>如何用DHTML编制网页</title>
    <link>/html/200810/09-4193.html</link>
    <description>&amp;nbsp;
1　前　言 
　　随着Internet／Intranet的不断普及和发展，越来越多的公司、企业和个人正在开始建设自己的Web站点、编写Web网页，以一种新的方式向外界发布信息，供人们去浏览、阅读和应用。因此，网页制作已经受到越来越多的专业人员的重视。 
　　网页是指通过Int</description>
    <pubDate>2008-10-09</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>加快 DHTML 的一组技巧</title>
    <link>/html/200810/09-4192.html</link>
    <description>动态 HTML （DHTML ）在 Microsoft？ Internet Explorer 4.0中的&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; 引入，使 Web作者和开发人员可以使用新的编程模型。此后，Web 作者充&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; 分利用了这个强大的特性来提供动态内容、样式和定位，使 Web用户得以&amp;nbsp; 
&amp;nbsp</description>
    <pubDate>2008-10-09</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>用推送技术动态更新页面内容</title>
    <link>/html/200810/09-4191.html</link>
    <description>一、什么是动态内容&amp;nbsp; 
大多数热门Web网站都从在线广告业务获利。Web页面中的广告空间是有限的，为了让广告投资物有所值，广告客户不仅必须在很小的广告空间内塞入大量的信息，而且还要保证广告能够吸引用户的注意力。在当前的大多数网站上，放入Web页面的横幅广告一般由</description>
    <pubDate>2008-10-09</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>在网页上制作仿电视演职员表效果</title>
    <link>/html/200810/09-4190.html</link>
    <description>&amp;nbsp;
在网页的制作中,综合运用dhtml、css技术，结合〈marquee〉标签,可以在网页中逼真地仿造出类似电视节目片头中演职员表的效果。方法是，用〈div〉标签结合样式表的位置(position)属性，在屏幕上开辟一块区域，然后用样式表alpha滤镜将该区域设为半透明，再在该区域中应</description>
    <pubDate>2008-10-09</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>认识DHTML中的“行为”组件</title>
    <link>/html/200810/09-4189.html</link>
    <description>&amp;nbsp;
在微软IE 5.0版本的浏览器发布以前，网页编程中面对的最大挑战就是不能轻易地创建组件，以达到代码重用和多页面共享的目的。这个问题一直困扰着DHTML（动态 HEML）的网页编程者。他们只能不断地重复书写HTML、CSS和JAVASCRIPT的代码，以满足多个页面上的重复或相似的</description>
    <pubDate>2008-10-09</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>DHTML模拟菜单</title>
    <link>/html/200810/09-4188.html</link>
    <description>&amp;nbsp;
{ 在以前的ＨＴＭＬ里，元素的位置只能依次排列，我们很难精确地定位与控制网页中的一些元素。ＣＳＳ２Ｃａｓｃａｄｉｎｇ Ｓｔｙｌｅ Ｓｈｅｅｔ Ｌｅｖｅｌ ２，层叠样式单第二版　的布局Ｌａｙｏｕｔ　属性出现并得到浏览器的广泛支持之后，我们不仅可以静态地实</description>
    <pubDate>2008-10-09</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>WebEditor网页制作新客</title>
    <link>/html/200810/09-4187.html</link>
    <description>以前我们经常为大家介绍FrontPage编辑制作网页，今天在这里给大家介绍一个新伙伴WebEditor。说WebEditor是网页编辑新手实在有些委屈它了，其实它在国外早已相当出名，并屡获大奖，实在是网页爱好者不应错过的好工具。下面我们来介绍一下WebEditor。&amp;nbsp;
　　WebEditor 3.0</description>
    <pubDate>2008-10-09</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>实现网页自动刷新</title>
    <link>/html/200810/09-4186.html</link>
    <description>通常HTML文件需要浏览者来选择浏览的内容，如果想自动更换显示的内容一般要用到JavaScript、JAVA或CGI等方法来完成。&amp;nbsp; 
现在可以用META实现自动更换显示内容，更换的时间和文件都可以自行设定。语句如下：&amp;nbsp; 


    
        
            &amp;lt;HEAD&amp;gt;&amp;nbsp;</description>
    <pubDate>2008-10-09</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>动态链接、鼠标击活链接</title>
    <link>/html/200810/09-4185.html</link>
    <description>尽管Dynamic HTML看似热闹，实际上，整个Web几乎依然是静态的。当然，一段时间以来，一些比较前卫的网点已经有了一些交互式的内容，但它们中的大部分还是在用插件或者是用针对不同版本的浏览器编写多个页面的方式实现的。对于大多数网页制作者来说，即使他们很想为一个页面编</description>
    <pubDate>2008-10-09</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>DHTML幻灯片播放程序（一）</title>
    <link>/html/200810/09-4184.html</link>
    <description>这是一个幻灯片播放程序，也就是一图片轮流播放的程序。我们在一些站点上可以看见这种形式的广告播放条，大多是用CGI做的，也就是要服务器端支持CGI程序，如ASP、PHP、Perl等。但我们这里的实现方法无需CGI，用的仅是CSS的效果，再加上JavaScripts的控制。只要你的浏览器是IE</description>
    <pubDate>2008-10-09</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>DHTML幻灯片播放程序（二）</title>
    <link>/html/200810/09-4183.html</link>
    <description>动态转换滤镜的属性、方法和事件 
属性名&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;说明&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nb</description>
    <pubDate>2008-10-09</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>DHTML幻灯片播放程序（三）</title>
    <link>/html/200810/09-4182.html</link>
    <description>下面，我要开始最为核心的部分了，就是编写javascript程序了。我们的思路是，可以定义一组图片（若干张），当页面出现时先显示第一张图片，并预载入第二张图片，第一张图片载入后5秒钟，如果第二张图片也载入了，我们就开始自动切换到第二张图片，此时并预载入第三张图片，如</description>
    <pubDate>2008-10-09</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>巧妙的幻灯片秀</title>
    <link>/html/200810/09-4181.html</link>
    <description>&amp;nbsp;
任何人都能将假期的照片放在自己的网站上，但只有最酷的网络构建者会将他们设计成一场幻灯片秀。而且还不是那种简单的一张照片一个HTML页面的幻灯片，而是一个真正有动态感的幻灯片秀，每一个影像都下载到同一个HTML页面去。我们会教你如何使用Dynamic HTML (DHTML)</description>
    <pubDate>2008-10-09</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>脚本技术应用ABC</title>
    <link>/html/200810/09-4180.html</link>
    <description>几乎每天在脚本技术领域都会出现新的技术并流行，脚本技术引进了新的规则，并可使人突发 奇想而改变以往已有事物的名称。一时间，一种你称之为技术而其他人却不了解，反之亦然，其他人称之为技术而你却知之甚少，甚至在两种情况下，你们指的是同一件事情。
　　本文的目的只</description>
    <pubDate>2008-10-09</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>DIV下拉式菜单（一）</title>
    <link>/html/200810/09-4179.html</link>
    <description>这是一个非常简单的菜单，虽然简单，但我们可以从这个示例中学习到一些有关CSS和JavaScripts的一些有关知识，对于认识下拉式菜单的制作原理和基础有很大的好处。在这个示例中，我用到了DIV标识来作为我的下拉菜单列，而用一个TABLE来做我的菜单头。原理就是通过识别鼠标移动</description>
    <pubDate>2008-10-09</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>DIV下拉式菜单（二）</title>
    <link>/html/200810/09-4178.html</link>
    <description>&amp;nbsp;你可以把这段程序放在&amp;lt;head&amp;gt;&amp;lt;/head&amp;gt;标识之间，或是网页的任意位置。 
　　接下来，我们还要定义我们的实际菜单项了，这里我们要给每一个菜单项加上一个鼠标的移动事件(OnMouseOver)句柄，并且让这个事件调用我们上面定义的Show函数。也就是说，当鼠标一进</description>
    <pubDate>2008-10-09</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>动态Web页面的制作技巧</title>
    <link>/html/200810/09-4177.html</link>
    <description>随着Internet应用的发展，主页已不再仅仅是一个企业的信息窗口，公司的许多业务都可通过INTERNET来实现，如客户可通过供应商的主页来订货、公司可通过自已的主页收集客户的反馈信息等。另一方面，随着公司业务的发展、地理分布的拓宽，在总公司与各子公司之间建立一个简单的</description>
    <pubDate>2008-10-09</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>用IFRAME建立网上阅览室</title>
    <link>/html/200810/09-4176.html</link>
    <description>随着Internet在中国的飞速发展和不断普及，越来越多的人将网络作为获取信息、学习知识的最佳工具。国内外的各种传统媒体也争先恐后地在网上推出电子版：如《电脑报》、《光明日报》、《中国青年报》等等。于是，在网上读书看报就成了网虫兼书虫们乐此不疲的开心事了。 
　　</description>
    <pubDate>2008-10-09</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>在网页上实现文字闪烁</title>
    <link>/html/200810/09-4175.html</link>
    <description>很多朋友在上网时，在一些网页上看到有闪烁的文字，感到很新奇。其实这并不难，只要用JavaScript编段程序就可以了，不会JavaScript语言的朋友也不用急，只要将下面的源代码放进你的网页里，在你的网页上也能实现文字闪烁。 
　　源文件如下： 
《html》 
《head》 
《meta ht</description>
    <pubDate>2008-10-09</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>让你的网页活跃起来</title>
    <link>/html/200810/09-4174.html</link>
    <description>W3C组织(www.w3c.org)定义的新的HTML 4.0规范给每一个网页设计者带来了更强大的工具，这是一项影响所有网络开发者和设计者的变化，许多在过去想都不敢想的动态效果，如今借助于DHTML和CSS可以轻而易举地实现，这里就网页编制过程中一些效果的实现加以详述，希望您能够借以活</description>
    <pubDate>2008-10-09</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>在你的主页中为Web Robot设计路标</title>
    <link>/html/200810/09-4173.html</link>
    <description>Internet越来越酷，WWW的知名度如日中天。在Internet上发布公司信息、进行电子商 务已经从时髦演化成时尚。作为一个Web Master，你可能对HTML、Javascript、Java、 ActiveX了如指掌，但你是否知道什么是Web Robot？你是否知道Web Robot和你所设 计的主页有什么关系？&amp;nbsp;</description>
    <pubDate>2008-10-09</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>会移动的文字(Marquee)</title>
    <link>/html/200810/09-4172.html</link>
    <description>Marquee标记用于在可用浏览区域中滚动文本。这个标记只适用于IE3以后的版的浏览器。&amp;nbsp; 
　　格式：&amp;nbsp; 
　　&amp;lt;MARQUEE&amp;nbsp;ALIGN=&amp;quot;&amp;hellip;&amp;quot;&amp;nbsp; 
　　BEHAVIOR=&amp;quot;&amp;hellip;&amp;quot;&amp;nbsp; 
　　BGCOLOR=&amp;quot;&amp;hellip;&amp;quot;&amp;nbsp; 
　　DIRECTION=&amp;</description>
    <pubDate>2008-10-09</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>用DHTML制作带链接的滚动公告栏</title>
    <link>/html/200810/09-4171.html</link>
    <description>不少JavaScript高手的主页上都有用JavaScript编写的带链接的滚动公告栏，不但使主页有限的空间显示更多内容，也使主页增加了动态效果，令人赏心悦目，让许多不懂JavaScript的菜鸟羡慕不已。其实，不用JavaScript，用DHTM提供的字幕&amp;lt;marquee&amp;gt;也能达到相同的效果，且简单</description>
    <pubDate>2008-10-09</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>DHTML Scriptlet</title>
    <link>/html/200810/09-4170.html</link>
    <description>&amp;nbsp;
　DHTML Scriptlet&amp;nbsp; 
什么是 DHTML scriptlet 呢??&amp;nbsp; 
就是将一些含有DHTML 描述指令集的HTML网页,&amp;nbsp; 
我们可以将之崁入其它的网页中&amp;nbsp; 
如下范例,&amp;nbsp; 
亦可至 http://image99.asp-in-taiwan.com.tw/study/s002.asp 看结果!!&amp;nbsp; 
其中 s002.a</description>
    <pubDate>2008-10-09</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>DHTML的初步入门</title>
    <link>/html/200810/09-4169.html</link>
    <description>&amp;nbsp;
跟各位说了那么多CSS的东西....&amp;nbsp; 
现在跟各位分享一些DHTML的东西...&amp;nbsp; 
......................................&amp;nbsp; 
DHTML是由script+DOM+CSS+HTML所组成...&amp;nbsp; 
DOM指的是document object model...&amp;nbsp; 
DHTML开始有些对象的影子....&amp;nbsp; 
譬</description>
    <pubDate>2008-10-09</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>Ian Hickson：预计HTML 5新标准将于2022年正式发布</title>
    <link>/html/200809/23-2957.html</link>
    <description>最近，HTML 5标准的编者Ian Hickson为HTML 5的推出列出了一个时间表。他假定各个浏览器开发商会在HTML5处于最后起草阶段时开始全面支持HTML5，而这就将HTML5的广泛应用推后到了2012年。更糟糕的是，最终的推荐性正式标准直到2022才会发布.

&amp;nbsp;
&amp;nbsp; 如果你是一名Web</description>
    <pubDate>2008-09-23</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>容易混淆使用位置的XHTML标签</title>
    <link>/html/200809/21-2857.html</link>
    <description>我们在webjx.com的文章中一直在强调语义，那么对于HTML标签该如何使用呢？他们一般的使用位置在哪里呢？
　　在刚接触XHTML+CSS设计网页时，对于标签的使用没什么经验，也很随意，经常是想起什么就用什么，认为只要能实现效果就可以。但随着学习的深入和对搜索引擎优化知识</description>
    <pubDate>2008-09-21</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>在XHTML文档中合适的使用CSS和JavaScript</title>
    <link>/html/200809/20-2797.html</link>
    <description>定义XHTML是为了把HTML 4扩展成像XML 1.0一样的应用程序。

在许多站点中XHTML正在迅速的替代HTML 4；然而，主流浏览器对完全支持XHTML方面表现得不足，和网页设计师对HTML 4与XHTML的基本差异缺乏理解，产生了当今网络上的一个不断扩大的问题。

XHTML是XML,不是HTML</description>
    <pubDate>2008-09-20</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>Semantics：Html/Xhtml是否真正符合标准</title>
    <link>/html/200808/29-1577.html</link>
    <description>原文：http://jorux.com/archives/what-is-semantics/
Semantics可翻译为语义的(学)，它是Html/Xhtml是否真正符合标准的重要一环。Jorux在这和大家讨论一些自己的观点，如有不妥之处，还请各位网友指正。在西方，为什么这么多人如此重视网页的Semantics，也许你会说，西方比</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>曾经被我们遗忘的一些极富于语义的HTML标签</title>
    <link>/html/200808/29-1557.html</link>
    <description>其实有很多html tags是极富于语义的，而在table布局大行其道后，很多语义化的标签就慢慢的被人们淡忘了。比如可能很多人一次都没见过的标签：dl, dt, dd, cite, q, dfn, ins, del, var等等。
1. dl, dt, dd系列定义列表
网站重构让很多人知道了ul, ol和li，但是在列表的家</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>网页设计必学：快速精通网页框架FRAME</title>
    <link>/html/200808/29-1556.html</link>
    <description>FRAME（框架）是Web上经常会看到的页面结构。使用可视Web开发工具（比如Dreamweaver或者Frontpage），虽然可以在WYSIWYG环境中通过简单的鼠标托拽完成FRAME的构建，但是要实现真正细致甚至强大的功能，仔细理解FRAME的代码结构至关重要！你将发现，FRAME原来是这样的亲切易用</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>入门指导：制作网页必须注意的几个问题</title>
    <link>/html/200808/29-1555.html</link>
    <description>1.配色问题 

　　一个网页的色彩最好不要超过3种，一面视觉效果混乱，用色柔和，对比度强的色彩不能应用于一般网站，时尚网站使用还可以。一般不好搭配的颜色，用灰度搭配。 

　　2.字体问题 

　　很重要的一个问题，用标准字标准色，这是一个规范，行距一般控制在20px左</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>网页文本排版：为正确的内容使用恰当的标签</title>
    <link>/html/200808/29-1554.html</link>
    <description>在制作网页时，文本内容是必不可少的！那么我们该如何对网页文本进行正确排版呢？
当段落标签p应该使用在段落的时候还有许多滥用换行标签br的情况，p用于表现段落是公认的。基于同样的逻辑，很多标签应该被用来定义确定的文本元素，比如引用，缩写和计算机代码等。

应该记</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>简单介绍标记Iframe中各个元素的用法</title>
    <link>/html/200808/29-1553.html</link>
    <description>释成&amp;ldquo;浏览器中的浏览器&amp;ldquo;很是恰当
&amp;lt;iframe frameborder=0 width=170 height=100 marginheight=0 marginwidth=0 scrolling=no src=&amp;quot;move-ad.htm&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;
&amp;lt;iframe&amp;gt;用于设置文本或图形的浮动图文框或容器。
border
&amp;lt;iframe bor</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>HTML用INS和DEL标记文档改变</title>
    <link>/html/200808/29-1552.html</link>
    <description>ins和del是在HTML4.0时引入的，可以帮助创作者开发文档时相互合作，并且也保持了一些编辑（比如可以反应创作者是一段时间内是修改文档的、如何思考的）和版本控制的成分（在软件的帮助下，可以让文档恢复到某一特定时间下的状态）。
属性
cite：属性值是一个文档或者信息资</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>在网页中给视频播放窗口预设图像</title>
    <link>/html/200808/29-1551.html</link>
    <description>我们在网页中插入视频时，有没有发现，当视频未播放之前播放窗口黑乎乎的甚是难看，那么能否在视频未播放之前先预设一些图像呢？下面给网友们介绍两种增加预设图片的方法。
　　
　　一、从视频中获得图像
　　
　　从视频中获得，主要是让视频跳到所需要的帧，然后暂停播放</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>网页优化研究：为什么要使用html的meta标签？</title>
    <link>/html/200808/29-1550.html</link>
    <description>1、
　　meta标签是内嵌在你网页中的特殊html标签，包含着你有关于你网页的一些隐藏信息。Meat标签的作用是向搜索引擎解释你的网页是有关哪方面信息的。对于高级的搜索引擎来说，html 的meta 标签并不是什么新奇的东西。但是无论如何它是一个优秀网页不可缺少的。下面我们就</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>详细学习HTML的常用标签：超级连接标签A</title>
    <link>/html/200808/29-1549.html</link>
    <description>标签：a (标记) 
说明：标明超链接的起始或目的位置。
描述：
标签属性
　&amp;middot; accessKey 设置或获取对象的快捷键。 
&amp;nbsp; &amp;middot; atomicselection 指定元素及其内容是否可以一不可见单位统一选择。 
&amp;nbsp; &amp;middot; begin 设置或获取时间线在该元素上播放前的</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>网页制作总结之iframe 的用法与注意事项</title>
    <link>/html/200808/29-1548.html</link>
    <description>好多同志对 iframe 是如何控制的,并不是十分了解,基本上还处于一个模糊的认识状态.
注意两个事项,ifr 是一个以存在的 iframe 的 ID 和 NAME 值:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.getElementById(&amp;ldquo;ifr&amp;rdquo;);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>HTML 和 XHTML 区别</title>
    <link>/html/200808/29-1547.html</link>
    <description>这篇文章主要阐述 HTML 和 XHTML 的区别。简单来说，XHTML 可以认为是 XML 版本的 HTML，为符合 XML 要求，XHTML 语法上要求更严谨些。
以下是 XHTML 相对 HTML 的几大区别：

    XHTML 要求正确嵌套 
    XHTML 所有元素必须关闭 
    XHTML 区分大小写 
    XHTML</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>HTML语言：什么是Unicode？什么是UTF-8？</title>
    <link>/html/200808/29-1546.html</link>
    <description>一直在编码方面要求不是很高，所以对Unicode和UTF-8也不甚了解。
　　最近偶然翻到一篇UTF-8的文章，感觉解释的非常繁杂，因此才想到重新写一篇简单易懂一点的。
　　首先说明一下现在常用的一些编码方案：
　　１、在中国，大陆最常用的就是GBK18030编码，除此之外还有GBK</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>HTML元素语义的分类</title>
    <link>/html/200808/29-1545.html</link>
    <description>原文：http://westciv.com/style_master/house/good_oil/semantics/classification.html
我的话：
原来在语义化的HTML标签和属性 日志中提到过HTML语言的语义使用，这次看到老外有把他们进行了归类，作者应该是微格式的开发成员。我个人觉得分类之后更容易理解和去使用HTML</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>技巧：利用插件来校验XHTML是否符合Web标准</title>
    <link>/html/200808/29-1544.html</link>
    <description>大家对W3C提供的在线校验工具HTML Validator一定很熟悉了，通过它的校验甚至成了网页&amp;ldquo;符合标准&amp;rdquo;的唯一标志。我们暂且不讨论这种认识的误区，但W3C的这个校验工具确实是最权威也最准确。它严格地根据与页面相应的DTD&amp;nbsp;来校验XHTML代码，同时提供明确的错误提</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>网页表单的Web标准解决方案</title>
    <link>/html/200808/29-1543.html</link>
    <description>进入eYou.com后，马上就给新版的邮件界面转化成XHTML+CSS的工作，还好平时基本功还够扎实，有条不紊的干了下来。当然会遇到新的问题，比如，平时做网页，因为没有跟程序打过什么交道，较少使用表单。还好，世界还有Google，让我可以轻松应对新挑战。一些经验，写出来大家分</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>制作网页需要学习哪些技术？</title>
    <link>/html/200808/29-1542.html</link>
    <description>HTML 4.01
HTML是Web的语言，每一个Web开发者都需要对它拥有基本的了解。
HTML 4.01是重要的Web标准，它与HTML 3.2的差异非常之大。
当类似font的标签和color属性被添加到HTML 3.2后，它就逐渐成为开发人员们的一场噩梦。开发那些必须把字体信息加入每个单独页面的网站，</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>正确使用XHTML的冒险</title>
    <link>/html/200808/29-1541.html</link>
    <description>原文：http://www.456bereastreet.com/archive/200501/the_perils_of_using_xhtml_properly/
作者：Roger Johansson
翻译：Neo (http://www.omemo.net/neo)
修正：JunChen
JunChen注：omemo.net网站似乎已经挂掉，链接都失效了。文章写得非常不错，一直是Best of 456 Bere</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>HTML 的未来，第 2 部分: XHTML 2.0</title>
    <link>/html/200808/29-1540.html</link>
    <description>本系列由两部分组成，Edd&amp;nbsp;Dumbill&amp;nbsp;分析了实现&amp;nbsp;Web&amp;nbsp;作者、浏览器开发人员和标准体所提议的&amp;nbsp;HTML&amp;nbsp;的不同方法。本系列将介绍&amp;nbsp;WHATWG&amp;nbsp;规范所表述的渐进式方法和&amp;nbsp;W3C&amp;nbsp;提议的&amp;nbsp;XHTML&amp;nbsp;的推倒重来的激进式方法。此外，作</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>根据网页结构选择最合适的XHTML标签</title>
    <link>/html/200808/29-1539.html</link>
    <description>在网页教学网以往的教程中，曾经多次强调使网页HTML文件具有语义。我们应该根据网页HTML文档的结构选择最合适的HTML或XHTML标签，而不是根据它们的外观样式去选择它们。使用P标签定义一个段落，而不是用它来获得换行效果。我们使用h1-h6标签标记标题，而不是用它们取得文字大</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>学习网页制作了解一些相关的语言代码知识</title>
    <link>/html/200808/29-1538.html</link>
    <description>HTML是什么?
&amp;nbsp;&amp;nbsp;&amp;nbsp; HTML是Hypertext Markup Language（超文本标记语言）的缩写，它是构成Web页面（Page）的主要工具。在网上，如果要向全球范围内出版和发布信息，需要有一种能够被广泛理解的语言，即所有的计算机都能够理解的一种用于出版的&amp;ldquo;母语&amp;rdquo</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>#p#副标题#e#网页制作初学者认识XML与HTML的区别</title>
    <link>/html/200808/29-1537.html</link>
    <description>Q： 不知xml和html有什么区别？它们不同在哪？ 

　　A： 关于XML和HTML区别请参考： 

　　http://www.w3c.org/MarkUp/ 
　　http://www.w3c.org/XML/ 

　　&amp;ldquo;可扩展标记语言&amp;rdquo;(XML) 提供一种描述结构化数据的方法。与主要用于控制数据的显示和外观的 HTML 标记</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>由浅入深认真学习掌握 HTML DOM 教程</title>
    <link>/html/200808/29-1536.html</link>
    <description>HTML DOM 定义了访问和操作HTML文档的标准方法。
HTML DOM 把HTML文档呈现为带有元素、属性和文本的树结构（节点树）。
 
HTML DOM简介

HTML文档对象模型（HTML Document Object Model）定义了访问和处理HTML文档的标准方法。

您应当具备的基础知识
在继续学</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>XHTML代码头部Doctype文档类型声明必不可少！</title>
    <link>/html/200808/29-1535.html</link>
    <description>　HTML遵循一定的规则。这些规则包含在一个文档类型定义（Document Type Definition）文件中，或者如大家所知的DTD。DTD是一个XML文档，解释了哪些标签、属性或值对于HTML的一个特定类型是有效的。每一个HTML版本，都有一个对应的DTD。现在你可能会问：&amp;ldquo;所有这些和CSS</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>在XHTML和HTML中使用语言信息</title>
    <link>/html/200808/29-1534.html</link>
    <description>当我开始XHTML 1.1的时候，我一直不知道应该在xml:lang上写什么好，我想使用中文，它的值是zh、zh-cn/zh-CN还是gb2312/gbk/gb18030或者utf8？通常遇到问题我都优先Google中文，无奈也是找不到答案。看到一些权威的网站上使用gb2312，我还差点相信了，但根据我使用Linux中设置</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>带有图片预览功能的上传表单的完整HTML</title>
    <link>/html/200808/29-1533.html</link>
    <description>带有图片预览功能的上传表单，完整的HTML代码如下所示
&amp;lt;html&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;lt;head&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=gb2312&amp;quot;&amp;gt;&amp;nbsp;&amp;nb</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>学习网页设计时要注意HTML向XHTML转化</title>
    <link>/html/200808/29-1532.html</link>
    <description>W3C将XHTML代替HTML4作为网页的结构标准语言已经四年多了，但是大部分的网站设计人员却没有转向XHTML。XHTML拥有比HTML标准更多的优点，而网站设计人员只要做出稍微的代码改变就能应用新的标准，鉴于这一点以上这种现象就着实令人困惑不解了。
&amp;nbsp;
XHTML的优点
本质上，</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>blockquote标签应该怎样使用?</title>
    <link>/html/200808/29-1531.html</link>
    <description>关于语义化，不是一句两句就能说明白的，而且现在也没有一个官方的很严格的定义。关于&amp;lt;blockquote&amp;gt;没有争议的是：
1.引用一段较长的文字
2.可以使用cite标签或者属性
问题是&amp;lt;blockquote&amp;gt;引用的文字必须使用块级元素将他包含吗？
首先是来自W3C的解释
9.2.2</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>iframe的高度随内容的变化而变化</title>
    <link>/html/200808/29-1530.html</link>
    <description>本文详细介绍了iframe框架高度随内容的变化而变化的代码。

&amp;lt;iframe src=&amp;quot;XXX.htm&amp;quot; width=&amp;quot;700px&amp;quot; frameborder=&amp;quot;0&amp;quot; id=&amp;quot;frmsrc&amp;quot; scrolling=&amp;quot;no&amp;quot; marginheight=&amp;quot;0&amp;quot; onload=&amp;quot;AutoIframe()&amp;quot;&amp;gt;&amp;lt</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>网页标题和网页Meta的一些写法和注意</title>
    <link>/html/200808/29-1529.html</link>
    <description>网站title与meta的写法有很多人写过这样的技术文章，总觉得欠缺一些，今天我把我的一点心得与大家分享！
　　title与meta的作用是关键的，人都有名字，网页也是一样，没了名字谁会认识你，搜索更不会认识。各大搜索引擎对title与meta的认识也有所不同，有的搜索会直接抓取me</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>网页的新颖效果 斜着滚动的marquee</title>
    <link>/html/200808/29-1528.html</link>
    <description>有没有人在网页里看到过斜着滚动的marquee?没有吧，呵呵，今天教你一招斜着滚动的marquee ，看下面的代码即可实现。
&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
&amp;lt;marquee behavīor=&amp;quot;alternate&amp;quot; height=&amp;quot;400&amp;quot; direction=&amp;quot;up&amp;quot;</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>HTML：对话框插件thickbox使用技巧</title>
    <link>/html/200808/29-1527.html</link>
    <description>thickbox是一个不错的对话框插件，不过官方站提供的使用方法具限性很大。比如，我页面上有个缩略图，点击之后用thickbox显示大图。使用官方的方法：

&amp;lt;a href=&amp;quot;大图的URL&amp;quot; title=&amp;quot;简介&amp;quot; class=&amp;quot;thickbox&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;小图的URL&amp;</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>再次举例熟悉网页的头部信息表示涵义</title>
    <link>/html/200808/29-1526.html</link>
    <description>再次举例熟悉网页的头部信息表示涵义
&amp;lt;!DOCTYPE HTML PUBLIC &amp;quot;-//W3C//DTD HTML 4.01 Transitional//EN&amp;quot;
&amp;quot;http://www.w3.org/TR/html4/loose.dtd&amp;quot;&amp;gt;&amp;lt;!--文档类型--&amp;gt;
&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;qu</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>XHTML+CSS的目的和好处(WEB标准的目的和好处)</title>
    <link>/html/200808/29-1525.html</link>
    <description>本文简单介绍了Web Standards之XHTML+CSS的目的和好处。
Web Standards（XHTML+CSS）的目的：
　　提供最多利益给最多的网站用户 
　　确保任何网站文挡都能够长期有效 
　　简化代码、降低建设成本 
　　让网站更容易使用，能适应更多不同用户和更多网路设备 
　　当</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>HTML:这将是一场革命</title>
    <link>/html/200808/29-1524.html</link>
    <description>原文：http://www.twinsenliang.net/web/20070901.htm
这篇日志留在硬盘里面很久了，一直都没有发出来。确实不知道最后发出来，自己会被压成什么样子。因为断断续续的写，而且长期受国父影响，所以比较乱和散。见谅。
首先，讲讲自己最近的事情。考虑了许久，终于在自己的</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>HTML学习的本质</title>
    <link>/html/200808/29-1523.html</link>
    <description>原文：http://www.twinsenliang.net/web/20070912.htm
《这将是一场革命》一文出来以后。得到业界大伙的认同，当然与此同时也得到部分来自内部与外部的挑衅，不过的更加多的是更多人来寻问每一个点的细节。今晚回家很早就睡了，半夜在一个梦中醒来，梦里正在和小学的同学玩</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>深层优化 提高网站的访问速度的一些技巧</title>
    <link>/html/200808/29-1522.html</link>
    <description>网站访问速度可以直接影响到网站的流量，而网站的访问量几乎与网站的利益直接挂钩，因此网站的速度问题成为企业及站长十分关注的问题。现在网站越来越多，不少朋友的网站打开速度很不理想。也许自己打开网站速度很快，别人打开自己网站却反映速度满。这有可能是因为网通和电</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>XHTML编写网页代码的七条基本规范</title>
    <link>/html/200808/29-1521.html</link>
    <description>一、所有的标记都必须要有一个相应的结束标记
　　以前在HTML中，你可以打开许多标签，例如&amp;lt;p&amp;gt;和&amp;lt;li&amp;gt;而不一定写对应的&amp;lt;/p&amp;gt;和&amp;lt;/li&amp;gt;来关闭它们。但在XHTML中这是不合法的。XHTML要求有严谨的结构，所有标签必须关闭。如果是单独不成对的标签，在标签最</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>HTML相对路径(Relative Path)和绝对路径(Absolute Path)</title>
    <link>/html/200808/29-1520.html</link>
    <description>HTML初学者会经常遇到这样一个问题，如何正确引用一个文件。比如，怎样在一个HTML网页中引用另外一个HTML网页作为超链接(hyperlink)？怎样在一个网页中插入一张图片？......(相关教程：HTML超链接；HTML图片)
如果你在引用文件时(如加入超链接，或者插入图片等)，使用了错误</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>HTML利用超链接打开链接文件</title>
    <link>/html/200808/29-1519.html</link>
    <description>a和href属性
HTML用&amp;lt;a&amp;gt;来表示超链接，英文叫anchor。
&amp;lt;a&amp;gt;可以指向任何一个文件源：一个HTML网页，一个图片，一个影视文件等。用法如下：
&amp;lt;a href=&amp;quot;url&amp;quot;&amp;gt;链接的显示文字&amp;lt;/a&amp;gt; 
点击&amp;lt;a&amp;gt;&amp;lt;/a&amp;gt;当中的内容，即可打开一个链接文件，</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>HTML特殊字符显示</title>
    <link>/html/200808/29-1518.html</link>
    <description>HTML字符实体(Character Entities)
有些字符在HTML里有特别的含义，比如小于号&amp;lt;就表示HTML Tag的开始，这个小于号是不显示在我们最终看到的网页里的。那如果我们希望在网页中显示一个小于号，该怎么办呢？
这就要说到HTML字符实体(HTML Character Entities)了。
一个字</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>HTML常用格式</title>
    <link>/html/200808/29-1517.html</link>
    <description>HTML定义了一些文本格式的Tag，比如利用Tag，可以将字体变成粗体或者斜体。从下面的示例，你可以了解各种文本格式Tag如何改变HTML文本的显示。

常用文本格式Tag
Tag Tag说明 
&amp;lt;b&amp;gt; 粗体bold 
&amp;lt;i&amp;gt; 斜体italic 
&amp;lt;del&amp;gt; 文字当中划线表示删除 
&amp;lt;ins&amp;gt; 文</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>一些基础的HTML Tag</title>
    <link>/html/200808/29-1516.html</link>
    <description>HTML里，比较基础的Tag主要用于标题，段落和分行。
学习HTML最好的方法，就是跟着示例学。为了各位学习的方便，我们准备了一个简单的HTML编辑器，你可以在左边写HTML代码，然后点击上面的按钮，查看HTML的显示结果。
试试看吧！
示例：一个非常简单的HTML文件
这个示例算</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>HTML基本概念</title>
    <link>/html/200808/29-1515.html</link>
    <description>什么是HTML文件？
HTML的英文全称是Hypertext Marked Language，中文叫做&amp;ldquo;超文本标记语言&amp;rdquo;。 
和一般文本的不同的是，一个HTML文件不仅包含文本内容，还包含一些Tag，中文称&amp;ldquo;标记&amp;rdquo;。 
一个HTML文件的后缀名是.htm或者是.html。 
用文本编辑器就可以</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>HTML颜色参考</title>
    <link>/html/200808/29-1514.html</link>
    <description>在HTML里，颜色有两种表示方式。一种是用颜色名称表示，比如blue表示蓝色。另外一种是用16进制的数值表示RGB的颜色值。RGB是Red，Green，Blue意思，RGB每个原色的最小值是0，最大值是255，如果换算成16进制表示，就是(#00)，(#FF)。比如白色的RGB(255,255,255)，就用#FFFFFF</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>IE6/IE7和Firefox对Div处理的差异</title>
    <link>/html/200808/29-1513.html</link>
    <description>基本HTML代码
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt;
&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot; &amp;gt;
&amp;lt;head&amp;gt;</description>
    <pubDate>2008-08-29</pubDate>
    <category>HTML</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>IE7与web标准设计（1）</title>
    <link>/html/200808/20-649.html</link>
    <description>IE历来被web标准的拥护者所诟病，而当FireFox横空出世以后，更多的网 页制作者开始关注web标准设计。看着FireFox的市场占有率不停的上升，微软终于推出了IE7。但IE7是否真的能够力挽狂澜，是否真的能够得到用户的信任，是否真的能够得到网 页设计者的认可呢？
且看《IE7的we</description>
    <pubDate>2008-08-20</pubDate>
    <category>HTML</category>
    <author>网络</author>
    <comments>网络</comments>
</item>
<item>
    <title>IE7与web标准设计（2）</title>
    <link>/html/200808/20-648.html</link>
    <description>上文：IE7的web标准设计
IE历来被web标准的拥护者所诟病，而当FireFox横空出世以后，更多的网 页制作者开始关注web标准设计。看着FireFox的市场占有率不停的上升，微软终于推出了IE7。但IE7是否真的能够力挽狂澜，是否真的能够得到用户的信任，是否真的能够得到网 页设计者</description>
    <pubDate>2008-08-20</pubDate>
    <category>HTML</category>
    <author>网络</author>
    <comments>网络</comments>
</item>
<item>
    <title>网站进行W3C XHTML1.0验证的经验</title>
    <link>/html/200808/20-645.html</link>
    <description>本文章是一位136z.com的网友在进行网站更新与调整时，进行W3C XHTML1.0验证的时候的一些经验。
总结出通过W3C XHTML1.0标准需要注意的九个问题：
一、在 &amp;lt;div class=tzh&amp;gt;I am TZH!&amp;lt;/div&amp;gt; 这段语句中有什么错误？
　　标点符号问题。这其实也是大家最容易忽视</description>
    <pubDate>2008-08-20</pubDate>
    <category>HTML</category>
    <author>网络</author>
    <comments>网络</comments>
</item>
<item>
    <title>不成熟的标准化</title>
    <link>/html/200808/20-640.html</link>
    <description>原文地址：http://yuiblog.com/blog/2008/08/14/premature-standardization/
The web is made of open standards. This was a significant factor in the web&amp;rsquo;s displacement of proprietary application platforms. Openness is hugely attractive, so much so that</description>
    <pubDate>2008-08-20</pubDate>
    <category>HTML</category>
    <author>网络</author>
    <comments>网络</comments>
</item>
<item>
    <title>类似Google个性首页的页面自定义拖拽布局</title>
    <link>/html/200808/18-547.html</link>
    <description>Google的个性首页大家应该有印象吧，自由的移动布局效果相当不错，国内已经有很多页面采用这种方法了，这里是类似Google个性首页的页面自定义拖拽布局的代码，如果有兴趣的朋友可以修改修改，结合一下Cookies就更加好了
&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv=&amp;qu</description>
    <pubDate>2008-08-18</pubDate>
    <category>HTML</category>
    <author>网络</author>
    <comments>网络</comments>
</item>
<item>
    <title>_blank打开新窗口符合标准的做法</title>
    <link>/html/200808/18-544.html</link>
    <description>本文参考了以下文章： 
Kevin Yank的《New-Window links in a Standards-Compliant World》
《Standards-based Replacement for target=&amp;quot;_blank&amp;quot; in External links》 

我们要在新窗口中打开链接通常的做法是在链接后面加target=&amp;quot;_blank&amp;quot;，我们采用过渡</description>
    <pubDate>2008-08-18</pubDate>
    <category>HTML</category>
    <author>网络</author>
    <comments>网络</comments>
</item>
<item>
    <title>TopStyle Pro 的使用技巧</title>
    <link>/html/200808/18-540.html</link>
    <description>在编辑CSS时常用的快捷键: 　　 

    文字注释:Shift+Ctrl+M 　　 
    向右缩进:Shift+Ctrl+. 　　 
    向左缩进:Shift+Ctrl+, 　　 
    下一个CSS:Ctrl+] 　　 
    上一个CSS:Ctrl+[ 　　 
    选颜色:Shift+Ctrl+C 　　 

保存以后不能撤销(Ctrl+Z)? 
我们</description>
    <pubDate>2008-08-18</pubDate>
    <category>HTML</category>
    <author>网络</author>
    <comments>网络</comments>
</item>
<item>
    <title>关于XHTML的基础问答</title>
    <link>/html/200808/18-527.html</link>
    <description>本文是2002年为硅谷动力网站翻译的稿件。当时xhtml1.0刚刚开始被设计师所接触，所以有下面这个基础问答。
HTML语言是我们建立网页的工具，从它出现发展到现在，规范不断完善，功能越来越强。但是依然有缺陷和不足，人们仍在不断的改进它，使它更加便于控制和有弹性，以适应</description>
    <pubDate>2008-08-18</pubDate>
    <category>HTML</category>
    <author>网络</author>
    <comments>网络</comments>
</item>
<item>
    <title>什么是web标准？</title>
    <link>/html/200808/18-525.html</link>
    <description>WEB标准
WEB标准不是某一个标准，而是一系列标准的集合。网页主要由三部分组成：结构（Structure）、表现（Presentation）和行为（Behavior）。对应的标准也分三方面：结构化标准语言主要包括XHTML和XML，表现标准语言主要包括CSS，行为标准主要包括对象模型（如W3C DOM）、</description>
    <pubDate>2008-08-18</pubDate>
    <category>HTML</category>
    <author>网络</author>
    <comments>网络</comments>
</item>
<item>
    <title>为什么要建立网站标准？</title>
    <link>/html/200808/18-524.html</link>
    <description>我们大部分人都有深刻体验，每当主流浏览器版本的升级，我们刚建立的网站就可能变得过时，我们就需要升级或者重新建造一遍网站。例如1996-1999年典型的&amp;quot;浏览器大战&amp;quot;，为了兼容Netscape和IE，网站不得不为这两种浏览器写不同的代码。同样的，每当新的网络技术和交互</description>
    <pubDate>2008-08-18</pubDate>
    <category>HTML</category>
    <author>网络</author>
    <comments>网络</comments>
</item>
<item>
    <title>45个Dreamweaver常见问题整理</title>
    <link>/html/200808/13-265.html</link>
    <description>　1&amp;gt; 在DW中，如何输入一个空格呢？
　　输入空格的问题，在DW似乎已成了一个老生常谈的问题，我们可能在许多介绍DW使用方面的书籍或文章中看到过N次。
　　DW中对空格输入的限制是针对&amp;ldquo;半角&amp;rdquo;文字状态而言的，因此通过将输入法调整到全角模式就可以避免了，</description>
    <pubDate>2008-08-13</pubDate>
    <category>HTML</category>
    <author>网络</author>
    <comments>网络</comments>
</item>

</channel>
</rss>
