HTML - Tags - <cite>

#26 of 147
cite

 <html>
 <body>
     <blockquote>
         <p>
             What a piece of work is a man, how noble in reason,
             how infinite in faculties, in form and moving how
             express and admirable, in action how like an angel,
             in apprehension how like a god!
         </p>
         <footer>
             <cite>
                 <a href="http://shakespeare.mit.edu/hamlet/hamlet.2.2.html">
                     Hamlet Act 2, Scene 2.
                 </a>
             </cite>
         </footer>
     </blockquote>
 </body>
 </html>
 

The cite element represents a reference to a creative work.

A live example:


What a piece of work is a man, how noble in reason, how infinite in faculty, in form and moving how express and admirable, in action how like an angel, in apprehension how like a god!


N of

Ads by Google


Ask a question, send a comment, or report a problem - click here to contact me.

© Richard McGrath