HTML <del> alıntı Özellik

❮ HTML <del> etiketi

Örnek

Metnin neden silindiğini açıklayan bir belgenin URL'si ile silinmiş bir metin:

<p><del cite="del_demo_cite.htm">This text has been deleted</del></p>

Tanım ve Kullanım

Nitelik cite, metnin neden silindiğini açıklayan bir belgenin URL'sini belirtir.


Tarayıcı Desteği

Attribute
cite Yes Yes Yes Yes Yes

Not: Özelliğin citesıradan web tarayıcılarında görsel bir etkisi yoktur, ancak ekran okuyucular tarafından kullanılabilir.


Sözdizimi

<del cite="URL">

Özellik Değerleri

Value Description
URL Specifies the address to the document that explains why the text was deleted.

Possible values:

  • An absolute URL - Points to another web site (like cite="http://www.example.com/page.htm")
  • A relative URL - Points to a page within a web site (like cite="page.htm")

❮ HTML <del> etiketi