HTML - Tags - <q>

#105 of 147
q

 <html>
 <body>
     <p>Albert Einstein famously said
         <q cite="https://en.wikiquote.org/wiki/Albert_Einstein">
              Reality is merely an illusion, albeit a very persistent one.
         </q>
     </p>
 </body>
 </html>
 

The q element represents a short quotation.

A live example:


Albert Einstein famously said Reality is merely an illusion, albeit a very persistent one.


N of

Ads by Google


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

© Richard McGrath