来源:网络 | 2007-2-4 | (有6406人读过)
<META name MSSmartTagsPreventParsing>
Description Attributes Examples
Description:
If you don’t want Microsoft products to automatically generate smart tags on your web pages, then simply include this tag. It must be included on each page of your site for which you do not desire this feature. It has no effect on smart tags which you insert yourself.
Attributes:
<meta name="MSSmartTagsPreventParsing" content="TRUE">
The content must be TRUE.
Examples:
<meta name="MSSmartTagsPreventParsing" content="TRUE">
Don’t create smart tags on the current page.
一句话,就是防止微软页面编辑软件在页面上自动添加标签,保证代码原汁原味
|