Inline quotation : q « Tags « HTML / CSS






Inline quotation

    

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title>Inline quotation</title>
</head>

<body>

  <p>for <cite>cite</cite>, we're 
  <q cite="http://e.com/">a popular.</q></p>

</body>
</html>

   
    
    
  








Related examples in the same category

1.q:before {content:open-quote;}
2.q:after {content:close-quote;}
3.q {quotes: '"' '"';}
4.quotes for quote
5.Create quote with float: right
6.Using classes and CSS overrides to create an alternate pull quote
7.Creating pull quotes in CSS
8.Pull Quote with font, border top bottom
9.Quote with thick border
10.Center Callout
11.Right Floating Callout
12.'q' Example
13.'cite' provides a URL for reference information to a borrowed quotation