<cite> for citation

The <cite> denotes the title of a cited work, such a book or an article.

 
<!DOCTYPE HTML> 
<html> 
    <head> 
        <title>Example</title>
    </head> 
<body> 
    My favorite book is <cite>google.com</cite> by Google.
</body> 
</html>
  
Click to view this demo.
Home 
  HTML CSS Book 
    HTML  

Related: