<?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>Dansion&#039;s 日志 &#187; html</title>
	<atom:link href="http://www.dansion.com/blog/tag/html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dansion.com/blog</link>
	<description>学无止境～～～～～～～</description>
	<lastBuildDate>Thu, 29 Sep 2011 09:25:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mark of the web</title>
		<link>http://www.dansion.com/blog/xhtmlcss/mark-of-the-web.html</link>
		<comments>http://www.dansion.com/blog/xhtmlcss/mark-of-the-web.html#comments</comments>
		<pubDate>Wed, 27 Feb 2008 15:20:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xhtml+css]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.dansion.com/blog/archives/32</guid>
		<description><![CDATA[用了N年的Dreanweaver,一直没注意在菜单&#34;命令&#34;最下面有一个插入Mark&#160;of&#160;the&#160;web(也不知道Dreanweaver&#160;cs3之前版本有没有),什么是Mark&#160;of&#160;the&#160;web?最后在微软的MSDN上找到相关资料,是安全设置.在用户把网页另存到本机,再打开时,限制执行脚本,ActiveX控件。简称(MOTW).具体的格式：
&#60;!&#8211;&#160;saved&#160;from&#160;url=(URL长度)URL地址&#160;&#8211;&#62;
其中URL长度以四位表示，URL地址是所在的域，URL长度要和URL地址的字符长度一致。当不知道URL地址时可以用以下通用格式。表示在internet.
&#60;!&#8211;&#160;saved&#160;from&#160;url=(0014)about:internet&#160;&#8211;&#62;
不过对IE7好像没什么作用。windows&#160;xp2&#160;之后，IE对本地执行js脚本都会有安全提示功能。火狐等它浏览器应该是不买微软这个帐的。总得来说没啥作用。搞了这么多年的网页，这个东西算是旮旯级的东西。
]]></description>
		<wfw:commentRss>http://www.dansion.com/blog/xhtmlcss/mark-of-the-web.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>网页HTML默认的CSS样式表属性总结</title>
		<link>http://www.dansion.com/blog/xhtmlcss/html-default-css-attribute.html</link>
		<comments>http://www.dansion.com/blog/xhtmlcss/html-default-css-attribute.html#comments</comments>
		<pubDate>Mon, 05 Mar 2007 04:56:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xhtml+css]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.dansion.com/blog/archives/10</guid>
		<description><![CDATA[除了inline和block的定义，主要是要注意&#160;&#160;body&#124;h1~h6&#124;blockquote&#124;menu&#124;ul&#124;ol&#124;dd等标签的默认样式（margin和font-size）。&#160;不过不同浏览器的默认值是不一样的.
html,&#160;address,&#160;blockquote,&#160;body,&#160;dd,&#160;div,&#160;dl,&#160;dt,&#160;fieldset,&#160;form,&#160;frame,&#160;frameset,&#160;h1,&#160;h2,&#160;h3,&#160;h4,&#160;h5,&#160;h6,&#160;noframes,&#160;ol,&#160;p,&#160;ul,&#160;center,&#160;dir,&#160;hr,&#160;menu,&#160;pre&#160;&#160;&#160;{&#160;display:&#160;block&#160;}&#160;li&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;display:&#160;list-item&#160;}&#160;head&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;display:&#160;none&#160;}&#160;table&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;display:&#160;table&#160;}&#160;tr&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;display:&#160;table-row&#160;}&#160;thead&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;display:&#160;table-header-group&#160;}&#160;tbody&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;display:&#160;table-row-group&#160;}&#160;tfoot&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;display:&#160;table-footer-group&#160;}&#160;col&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;display:&#160;table-column&#160;}&#160;&#160;colgroup&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;display:&#160;table-column-group&#160;}&#160;td,&#160;th&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;display:&#160;table-cell;&#160;}&#160;caption&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;display:&#160;table-caption&#160;}&#160;th&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;font-weight:&#160;bolder;&#160;text-align:&#160;center&#160;}&#160;caption&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;text-align:&#160;center&#160;}&#160;body&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;margin:&#160;8px;&#160;line-height:&#160;1.12&#160;}&#160;h1&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;font-size:&#160;2em;&#160;margin:&#160;.67em&#160;0&#160;}&#160;h2&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;font-size:&#160;1.5em;&#160;margin:&#160;.75em&#160;0&#160;}&#160;h3&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;font-size:&#160;1.17em;&#160;margin:&#160;.83em&#160;0&#160;}&#160;h4,&#160;p,&#160;blockquote,&#160;ul,&#160;fieldset,&#160;form,&#160;ol,&#160;dl,&#160;dir,&#160;menu&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;margin:&#160;1.12em&#160;0&#160;}&#160;&#160;h5&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;font-size:&#160;.83em;&#160;margin:&#160;1.5em&#160;0&#160;}&#160;h6&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;font-size:&#160;.75em;&#160;margin:&#160;1.67em&#160;0&#160;}&#160;h1,&#160;h2,&#160;h3,&#160;h4,&#160;h5,&#160;h6,&#160;b,&#160;strong&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;font-weight:&#160;bolder&#160;}&#160;blockquote&#160;&#160;&#160;&#160;&#160;&#160;{&#160;margin-left:&#160;40px;&#160;margin-right:&#160;40px&#160;}&#160;i,&#160;cite,&#160;em,&#160;var,&#160;address&#160;&#160;&#160;&#160;{&#160;font-style:&#160;italic&#160;}&#160;pre,&#160;tt,&#160;code,&#160;kbd,&#160;samp&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;font-family:&#160;monospace&#160;}&#160;pre&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;white-space:&#160;pre&#160;}&#160;button,&#160;textarea,&#160;input,&#160;object,&#160;&#160;select&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;display:inline-block;&#160;}&#160;big&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;font-size:&#160;1.17em&#160;}&#160;small,&#160;sub,&#160;sup&#160;{&#160;font-size:&#160;.83em&#160;}&#160;sub&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;vertical-align:&#160;sub&#160;}&#160;&#160;sup&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;vertical-align:&#160;super&#160;}&#160;table&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;border-spacing:&#160;2px;&#160;}&#160;thead,&#160;tbody,&#160;tfoot&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;vertical-align:&#160;middle&#160;}&#160;td,&#160;th&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;vertical-align:&#160;inherit&#160;}&#160;s,&#160;strike,&#160;del&#160;&#160;{&#160;text-decoration:&#160;line-through&#160;}&#160;hr&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;border:&#160;1px&#160;inset&#160;}&#160;ol,&#160;ul,&#160;dir,&#160;menu,&#160;dd&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;margin-left:&#160;40px&#160;}&#160;ol&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;list-style-type:&#160;decimal&#160;}&#160;ol&#160;ul,&#160;ul&#160;ol,&#160;ul&#160;ul,&#160;ol&#160;ol&#160;&#160;&#160;&#160;{&#160;margin-top:&#160;0;&#160;margin-bottom:&#160;0&#160;}&#160;u,&#160;ins&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;text-decoration:&#160;underline&#160;}&#160;br:before&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;content:&#160;&#34;A&#34;&#160;}&#160;:before,&#160;:after&#160;{&#160;white-space:&#160;pre-line&#160;}&#160;&#160;center&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;text-align:&#160;center&#160;}&#160;abbr,&#160;acronym&#160;&#160;&#160;{&#160;font-variant:&#160;small-caps;&#160;letter-spacing:&#160;0.1em&#160;}&#160;:link,&#160;:visited&#160;{&#160;text-decoration:&#160;underline&#160;}&#160;:focus&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;outline:&#160;thin&#160;dotted&#160;invert&#160;}&#160;/*&#160;Begin&#160;bidirectionality&#160;settings&#160;(do&#160;not&#160;change)&#160;*/&#160;BDO[DIR=&#34;ltr&#34;]&#160;&#160;{&#160;direction:&#160;ltr;&#160;unicode-bidi:&#160;bidi-override&#160;}&#160;BDO[DIR=&#34;rtl&#34;]&#160;&#160;{&#160;direction:&#160;rtl;&#160;unicode-bidi:&#160;bidi-override&#160;}&#160;*[DIR=&#34;ltr&#34;]&#160;&#160;&#160;&#160;{&#160;direction:&#160;ltr;&#160;unicode-bidi:&#160;embed&#160;}&#160;*[DIR=&#34;rtl&#34;]&#160;&#160;&#160;&#160;{&#160;direction:&#160;rtl;&#160;unicode-bidi:&#160;embed&#160;}&#160;@media&#160;print&#160;{&#160;&#160;&#160;h1&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{&#160;page-break-before:&#160;always&#160;}&#160;&#160;&#160;h1,&#160;h2,&#160;h3,&#160;&#160;&#160;h4,&#160;h5,&#160;h6&#160;&#160;&#160;&#160;{&#160;page-break-after:&#160;avoid&#160;}&#160;&#160;&#160;ul,&#160;ol,&#160;dl&#160;&#160;&#160;&#160;{&#160;page-break-before:&#160;avoid&#160;}
]]></description>
		<wfw:commentRss>http://www.dansion.com/blog/xhtmlcss/html-default-css-attribute.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

