'cite' Example
<html> <head> <title>cite element example</title> </head> <body> <p>Some text here<br>(<cite>from www.java2s.com</cite>)</p> </body> </html>