how to code a block quote in html

In this tut, I will be showing you how to code a block quote in html. This is similar to coding a heading, but different in some ways.
Once again, I will spell the code out like I did before. I.E. less insteade of just typing <.

in order to do this, you will have to type the following.
[code language=”html”]
<blockquote>
[/code]
this is the opening tag. Now, you will type the text that goes in the block quote.
next, type [code language=”html”]
</blockquote>
[/code].
now, you have your block quote. here is an example.

Hello, I really enjoy blogging. Also, I hope you know, this is an example block quote

Comment