HTML5 > Structures

Blockquotes in HTML5

How to indicate the long quotations in HTML5?


By using <blockquote> tag we can indicate the long quotations (i.e. quotations that span multiple lines) in HTML5.

<body>
    This is simple text of the page.
    <blockquote>
            DotNetFunda.Com is a popular online tutorials and guide for latest Microsoft® technologies aimed
             for beginners and intermediate level professionals. We help beginners to become intermediate level professionals
             and help intermediate level professionals to become an expert. By following our different sections regularly, 
            we hope you will soon become one of the 'Most Valuable' professional and start shining in your career.
    </blockquote>
</body>

In the above code snippet, the multiple lines of content inside the <blockquote> tag appaered as long quotation in the webpage.

Output

Notice that the text inside the <blockquote> tag appears like a separate quotation in the webpage.

 Views: 4822 | Post Order: 66



Write for us






Hosting Recommendations