HTML CSS Reference/HTML Attributes Reference/cite

Материал из Web эксперт
Перейти к: навигация, поиск

"cite" Example

   <source lang="html4strict">
   

<HTML> <head><Title>Example For cite</Title></head> <BODY> Macromedia web site. </BODY> </HTML>


     </source>
   
  


cite is applied to

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+

| Applied_To |
|

| | | +----------------+--------------------------------------------------------------+

</source>



"cite" Syntax and Note

<source lang="html4strict"> Note:

This attribute provides a URL for reference information to a borrowed quotation.

Syntax:

<element cite="value"> . . . </element>


</source>