Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

Yfuh

<!DOCTYPE html>
<html>

   <head>
      <title>HTML blockquote Tag</title>
   </head>

   <body>
      <blockquote>Browsers generally render blockquote text as indented text. If your
         quoted text needs to display within a non-quoted paragraph, you should use the
         HTML q tag. Most browsers surround q text with quotation marks.</blockquote>
      <q>Browsers generally render blockquote text as indented text. If your quoted text
         needs to display within a non-quoted paragraph, you should use the HTML q tag.
         Most browsers surround q text with quotation marks.</q>
   </body>

</html>

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.