HTML - Tags - <blockquote>

#19 of 147
blockquote
Next body
Prev blink

 <html>
 <body>
     <blockquote>
         <p>
             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!
         </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 blockquote element contains content that is quoted from another source.

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