Discussion :: CSS - CS
- Which of the following elements are block and inline elements, respectively, that have no particular rendering?
Answer : Option D
Explanation :
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.
Be The First To Comment