HTML/CSS/Text Tags/cite

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

"cite" Example

   <source lang="html4strict">
   

<html> <head> <title>cite element example</title> </head> <body>

Some text here
(from www.wbex.ru)

</body> </html>


     </source>