This inquiry may seem repetitive, however I am still not content with the clarification I discovered.
I am curious: what potential outcomes would arise if I opt to use a span tag instead of a div tag? Both are non-semantic tags, as I am aware. Typically, we utilize a div as a container and a span for in-line markup. What implications might there be if I exclusively utilize a span tag as a container?
Is there a specific hierarchy in CSS for both tags? My aim is to gain a clearer understanding of this aspect.