<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>四季如風 &#187; html</title>
	<atom:link href="http://www.hjide.com/tag/html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hjide.com</link>
	<description>每一天我們都在進步</description>
	<lastBuildDate>Fri, 03 Feb 2012 06:26:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>英文排版的问题:怎么能让英文自动排列整齐</title>
		<link>http://www.hjide.com/article/173.htm</link>
		<comments>http://www.hjide.com/article/173.htm#comments</comments>
		<pubDate>Mon, 22 Jan 2007 12:51:59 +0000</pubDate>
		<dc:creator>堕落天使</dc:creator>
				<category><![CDATA[JS/AJAX]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://blog.tgb.net.cn/?p=173</guid>
		<description><![CDATA[请使用css中的 text-align: justify; HTML 代码片段如下:&#60;table style=&#34;TABLE-LAYOUT: fixed&#34; width=&#34;100%&#34; border=&#34;0&#34; cellspacing=&#34;0&#34; cellpadding=&#34;7&#34; bgcolor=&#34;#f7f7f7&#34;&#62;&#60;tr&#62; &#60;td style=&#34;LEFT: 0px; WIDTH: 100%; text-align: justify&#34;&#62;&#60;font color=&#34;#990000&#34;&#62;[效果]&#60;/font&#62;&#60;br&#62;who are you you are a aaa is it comprehention who are you you are a pig is it comprehentionwho are you you are a aaa is it comprehentionwho are you you are a aaa is [...]]]></description>
		<wfw:commentRss>http://www.hjide.com/article/173.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>转：Javascript 屏幕宽度，IE可视宽度，及浮动广告</title>
		<link>http://www.hjide.com/article/86.htm</link>
		<comments>http://www.hjide.com/article/86.htm#comments</comments>
		<pubDate>Sun, 03 Dec 2006 14:04:34 +0000</pubDate>
		<dc:creator>Jock</dc:creator>
				<category><![CDATA[技术相关]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://blog.tgb.net.cn/?p=86</guid>
		<description><![CDATA[mark &#60;script&#62; &#160;alert(screen.width+&#34;*&#34;+screen.height) &#160;&#60;/script&#62; &#160;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#160;screen.width &#160;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#160;&#60;script&#62; &#160;function &#160;centerWindow(url,w,h){ &#160;l=(screen.width-w)/2 &#160;t=(screen.height-h)/2 &#160;window.open(url,&#039;&#039;,&#039;left=&#039;+l+&#039;,top=&#039;+t+&#039;,width=&#039;+w+&#039;,height=&#039;+h) &#160;} &#160;&#60;/script&#62; &#160;&#60;input &#160;type=button &#160;onclick=&#34;centerWindow(&#039;about:blank&#039;,200,200)&#34;&#62; &#160;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#160;&#60;body&#62; &#160;&#60;SCRIPT &#160;LANGUAGE=&#34;JavaScript&#34;&#62; &#160;var &#160; &#160;s &#160;=&#34;网页可见区域宽：&#34;+ &#160;document.body.clientWidth; &#160;s+=&#34;&#92;r&#92;n网页可见区域高：&#34;+ &#160;document.body.clientHeight; &#160;s &#160;+= &#160;&#34;&#92;r&#92;n网页正文全文宽：&#34;+ &#160;document.body.scrollWidth; &#160;s &#160;+= &#160;&#34;&#92;r&#92;n网页正文全文高：&#34;+ &#160;document.body.scrollHeight; &#160;s &#160;+= &#160;&#34;&#92;r&#92;n网页正文部分上：&#34;+ &#160;window.screenTop; &#160;s &#160;+= &#160;&#34;&#92;r&#92;n网页正文部分左：&#34;+ &#160;window.screenLeft; &#160;s &#160;+= &#160;&#34;&#92;r&#92;n屏幕分辨率的高：&#34;+ &#160;window.screen.height; &#160;s &#160;+= &#160;&#34;&#92;r&#92;n屏幕分辨率的宽：&#34;+ &#160;window.screen.width; &#160;s &#160;+=&#34;&#92;r&#92;n屏幕可用工作区高度：&#34;+ [...]]]></description>
		<wfw:commentRss>http://www.hjide.com/article/86.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML标记参考手册</title>
		<link>http://www.hjide.com/article/62.htm</link>
		<comments>http://www.hjide.com/article/62.htm#comments</comments>
		<pubDate>Sat, 04 Nov 2006 17:33:19 +0000</pubDate>
		<dc:creator>Jock</dc:creator>
				<category><![CDATA[技术相关]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[参考手册]]></category>

		<guid isPermaLink="false">http://blog.tgb.net.cn/?p=62</guid>
		<description><![CDATA[总类（所有HTML文件都有的） 文件类型 &#60;HTML&#62;&#60;/HTML&#62; （放在档案的开头与结尾） 文件主题 &#60;TITLE&#62;&#60;/TITLE&#62; （必须放在「文头」区块内） 文头 &#60;HEAD&#62;&#60;/HEAD&#62; （描述性资料，像是「主题」） 文体 &#60;BODY&#62;&#60;/BODY&#62; （文件本体） 结构性定义（由浏览器控制的显示风格） 标题 &#60;H?&#62;&#60;/H?&#62; （从1到6，有六层选择） 3.0 标题的对齐 &#60;H? ALIGN=LEFT&#124;CENTER&#124;RIGHT&#62;&#60;/H?&#62; 3.0 区分 &#60;DIV&#62;&#60;/DIV&#62; 3.0 区分的对齐 &#60;DIV ALIGN=LEFT&#124;RIGHT&#124;CENTER&#124;JUSTIFY&#62;&#60;/DIV&#62; 引文区块 &#60;BLOCKQUOTE&#62;&#60;/BLOCKQUOTE&#62; （通常会内缩） 强调 &#60;EM&#62;&#60;/EM&#62; （通常会以斜体显示） 特别强调 &#60;STRONG&#62;&#60;/STRONG&#62; （通常会以加粗显示） 引文 &#60;CITE&#62;&#60;/CITE&#62; （通常会以斜体显示） 码 &#60;CODE&#62;&#60;/CODE&#62; （显示原始码之用） 样本 &#60;SAMP&#62;&#60;/SAMP&#62; 键盘输入 &#60;KBD&#62;&#60;/KBD&#62; 变数 &#60;VAR&#62;&#60;/VAR&#62; 定义 &#60;DFN&#62;&#60;/DFN&#62; （有些浏览器不提供） 地址 &#60;ADDRESS&#62;&#60;/ADDRESS&#62; 3.0 [...]]]></description>
		<wfw:commentRss>http://www.hjide.com/article/62.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

