Ticker

6/recent/ticker-posts

BLOG BANNER


Address And Block-quote Tag in Html


              
           Address :- 

                       HTML <address> tag किसी  document के author या  owner की                     contact information define करने के लिए  use किया जाता है .

                Syntax 1 :-

                              <body>       

                      Ramchandi College Saraipali is one of the largest University in CG.

                      <address>

                                Institute of Online computer center

                                </address>

                                </body>

                                </html>

        Blockquote :-     

 

Ø  जब  हम दुसरे  Website या  Other source से अपने s Web page पर  Text ,Article , Section को  लगाते है वह  Block quote कहलाता है . 

Ø  यह  Data को  Indent Mode में a Display करता है .

Ø  Defines a long Quotation .

Ø  Attribute < cite= “  ”>

          Syntax :-

<Html>

                                    <head>

                                    <title> blockquote </title>

                                    </head>

                                    <body>       

                                   <blockquote  cite= “------------”>

The tag in HTML is used to display the long quotations (a section that is quoted from another source). It changes the alignment to make it unique from others</blockquote>

                                    </body>

                        </html>          


Post a Comment

0 Comments