<q> for quotations

The <q> denotes content quoted from another source. The cite attribute is used to specify the URL of the source document.

 
<!DOCTYPE HTML> 
<html> 
    <head> 
        <title>Example</title> 
    </head> 
<body> 
   <q cite="http://en.wikipedia.org/wiki/United_States">The <dfn title="USA">USA</dfn> 
   is a federal constitutional republic comprising fifty states and a federal district.</q>
</p> 
</body> 
</html>
  
Click to view this demo.
Home 
  HTML CSS Book 
    HTML  

Related: