Quote:
Originally Posted by phossler
I can see <br/> as a self closing tag being useful, how (why) would anyone use something the same as <div></div>, i.e. nothing being grouped?
Just curious
|
I would never use it, but perhaps they could use it for a scenebreak.
You can use CSS's
::before +
::after +
content to insert stuff like images, asterisks, or have certain text be spoken out loud during Text-to-Speech:
https://codersblock.com/blog/diving-...eudo-elements/