You need to center and indent a quote on your Web page. Which is the best way to
accomplish this using HTML5?
A.
Use the <pre>element.
B.
Use the <blockquote> element.
C.
Use the style attribute with the <p> tag.
D.
Use the text-align attribute with the <p> tag.