What is the <blockquote> tag used for?
To display long quotations from external sources.
Is <blockquote> inline or block-level?
It is a block-level element.
Can I style <blockquote> with CSS?
Yes, styling is commonly done using CSS.
Is the cite attribute visible?
No, it is mainly for metadata and accessibility.
Can <blockquote> contain other HTML tags?
Yes, it can contain paragraphs, headings, and other inline elements.