Use of HTML Quotation, Blockquote and Cite.

1. Quotation In HTML for quotation mark you need to use <q>--</q> tag. The browser can understand the meaning of <q> tag. Syantax: <q> Sentence for quotation </q> Example: <!DOCTYPE HTML> <HTML> <HEAD> <TITLE> HTML Quotation</TITLE> <HEAD> <BODY> <H1> Example of HTML quotation mark</H1> <H2><p><q>A complete tutorial of HTML with htmlrun.com</q> </p></H2> </BODY> </HTML> Output: quotation mark tag 2. Blockquote. In HTML for blockquote you have to use <blockquote> tag. To make a block of any paragraph with just like a justify alignment in word. Syntax: <blockquote> Large number of sentences </blockquote> Example: <!DOCTYPE HTML> <HTML> <HEAD> <TITLE> HTML BLOCKQUOTE</TITLE> </HEAD> <BODY> <H1>Example