diff options
Diffstat (limited to 'files/zh-cn/web/html/element/map')
-rw-r--r-- | files/zh-cn/web/html/element/map/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/html/element/map/index.html b/files/zh-cn/web/html/element/map/index.html index 1d69778e65..b62562bf05 100644 --- a/files/zh-cn/web/html/element/map/index.html +++ b/files/zh-cn/web/html/element/map/index.html @@ -7,7 +7,7 @@ translation_of: Web/HTML/Element/map <p>这篇文章翻译不完整</p> </div> -<p><strong>HTML <code><map></code> 属性</strong> 与 {{HTMLElement("area")}} 属性一起使用来定义一个图像映射(一个可点击的链接区域).</p> +<p><strong>HTML <code><map></code> 属性</strong> 与 {{HTMLElement("area")}} 属性一起使用来定义一个图像映射 (一个可点击的链接区域).</p> <table class="properties"> <tbody> @@ -40,7 +40,7 @@ translation_of: Web/HTML/Element/map <dl> <dt>{{htmlattrdef("name")}}</dt> - <dd>name属性 给map一个名字用来查询,这个属性是必须的,值必须不能为空并且不能带空格。name属性不准与同文档中其他map元素的值相同,如果id属性也被添加,name属性和id属性的值必须相同。</dd> + <dd>name 属性 给 map 一个名字用来查询,这个属性是必须的,值必须不能为空并且不能带空格。name 属性不准与同文档中其他 map 元素的值相同,如果 id 属性也被添加,name 属性和 id 属性的值必须相同。</dd> </dl> <h2 id="示例">示例</h2> |