|
As mentioned already, you can set the css for both so they look exactly the same on any device. The only real difference is a semantic one. I would use a <blockquote> when, in fact, coding a long quote. Otherwise I would use a <div>.
Some semantics are more important than others, but if you get in the habit of using the semantically correct tag you will avoid most potential problems.
|