举报投诉联系我们 手机版 热门标签 VUE中文网
您的位置:VUE中文网 > insert属性 ins cite 属性

insert属性 ins cite 属性

2023-06-11 23:17

insert属性 ins cite 属性

insert属性 ins cite 属性

insert属性

ins cite 属性

ins 对象参考手册 ins 对象

实例

返回解释文本为什么被插入的URL文档地址:

var x = document.getElementById("myIns").cite;

x 输出结果为:

http://www.example.com/example/why_inserted.htm


定义和使用

cite 属性用于设置或者返回删除文本的cite属性值。

cite 属性指向另外一个文档的 URL,此文档可解释文本被插入或修改的原因。

注意: cite 属性在普通的 Web 浏览器中没有视觉效果,但可以通过屏幕阅读器使用。


浏览器支持

Internet Explorer Firefox Opera Google Chrome Safari

所有主流浏览器都支持 cite 属性。


语法

返回 cite 属性:

insObject.cite

设置 cite 属性:

insObject.cite=URL

属性值

描述
URL 定义了解释文本为什么被插入或修改的URL文档地址。

Possible values:
  • 绝对 URL - 指向另一个网站(比如 cite="http://www.example.com")
  • 相对 URL - 指向网站内的一个页面(比如 cite="example.html")

技术描述

Return Value: 字符串, 代表着源文档的URL地址


更多实例

实例

Change the value of the cite attribute:

document.getElementById("myIns").cite="http://www.example.com/whyweinsertedsometext.htm";


相关文章

HTML 参考手册: HTML <ins> cite 属性


ins 对象参考手册 ins 对象

阅读全文
以上是VUE中文网为你收集整理的insert属性 ins cite 属性全部内容。
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
相关文章
  • html属性和dom属性 HTML DOM Ol reversed 属性

    html属性和dom属性 HTML DOM Ol reversed 属性

    2023-06-09

    Ol reversed 属性 Ol 对象实例设置列表为降序排列:document.getElementById("myOl").reversed=true;定义和用法reversed 属性设...

  • html属性和dom属性 HTML DOM Legend form 属性

    html属性和dom属性 HTML DOM Legend form 属性

    2023-03-17

    Legend form 属性 Label 对象实例返回包含 legend 元素的表单的 id:var x = document.getElementById("myLegend").form.id;x 输...

  •  HTML DOM Progress position 属性

    HTML DOM Progress position 属性

    2023-03-29

    Progress position 属性 Progress 对象实例获取进度条的当前值:var x = document.getElementById("myProgress").position;x输出...

  • <blockquote> Blockquote cite 属性

    Blockquote cite 属性

    2023-05-04

    Blockquote cite 属性 Blockquote 对象实例返回一个引用来源:var x = document.getElementById("myBlockquote").cite; x 输出结...

  •  OceanBase DROP TENANT

    OceanBase DROP TENANT

    2023-04-05

    描述该语句用于删除一个 OceanBase 租户。格式drop_tenant_stmt:DROP TENANT [IF EXISTS] tenant_name;参数解释参数描述tenant_n...

© 2024 VUE中文网 vue88.com 版权所有 联系我们