diff options
Diffstat (limited to 'files/zh-cn/web/html/index.html')
-rw-r--r-- | files/zh-cn/web/html/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-cn/web/html/index.html b/files/zh-cn/web/html/index.html index 25dc6121c1..69c50a6775 100644 --- a/files/zh-cn/web/html/index.html +++ b/files/zh-cn/web/html/index.html @@ -4,8 +4,8 @@ slug: Web/HTML tags: - HTML - HTML5 - - HTML教程 - - HTML课程 + - HTML 教程 + - HTML 课程 - Web - 主页 - 参考 @@ -63,7 +63,7 @@ translation_of: Web/HTML <dt class="landingPageList"><a href="/zh-CN/docs/Web/HTML/CORS_enabled_image">CORS 处理跨域图片</a></dt> <dd class="landingPageList">通过搭配 {{htmlattrxref("crossorigin", "img")}} 属性和适当的 {{glossary("CORS")}} 标头,在 {{HTMLElement("img")}} 元素中定义的图片可以从外部来源加载并在 {{HTMLElement("canvas")}} 元素中使用,就像是从本地源加载一样。</dd> <dt class="landingPageList"><a href="/zh-CN/docs/Web/HTML/CORS_settings_attributes">CORS 设置属性</a></dt> - <dd class="landingPageList">一些提供了对 <a href="/zh-CN/docs/Web/HTTP/Access_control_CORS">CORS</a> 的支持的 HTML 元素,比如 {{HTMLElement("img")}} 或 {{HTMLElement("video")}} ,具有 <code>crossorigin</code> 元素属性/attribute (<code>crossOrigin</code> 对象属性/property),该属性能使你配置其跨域获取资源的请求。</dd> + <dd class="landingPageList">一些提供了对 <a href="/zh-CN/docs/Web/HTTP/Access_control_CORS">CORS</a> 的支持的 HTML 元素,比如 {{HTMLElement("img")}} 或 {{HTMLElement("video")}} ,具有 <code>crossorigin</code> 元素属性/attribute(<code>crossOrigin</code> 对象属性/property),该属性能使你配置其跨域获取资源的请求。</dd> <dt class="landingPageList"><a href="/zh-CN/docs/Web/HTML/Focus_management_in_HTML">HTML 中的焦点管理</a></dt> <dd class="landingPageList">DOM 属性 <code><a href="/zh-CN/docs/Web/API/Document/activeElement">activeElement</a></code> 以及 DOM 方法 <code><a href="/zh-CN/docs/Web/API/Document/hasFocus">hasFocus()</a></code> 可以帮助你跟踪并控制用户在网页中与各种元素的交互行为。</dd> <dt class="landingPageList"><a href="/zh-CN/docs/Web/HTML/Preloading_content">使用 rel="preload" 预加载页面内容</a></dt> |