Which of the following elements are block and inline elements, respectively, that have no particular rendering?

A div
B span
C box-model
D both div and span

Correct Answer: both div and span

The div element and span element are block and inline elements, respectively, that have no particular rendering. You might call them generic tags. Because these tags don’t have any predefined meaning or rendering, they are very useful for arbitrary style duties.

Related Questions

What is the purpose of a Rendering Engine?
When does the browser stop rendering the HTML?
What does the rendering engine do when it encounters JavaScript?
Firefox uses _________ rendering engine.
Rendering engine is not responsible for

Next steps