There is a universal format entry
<div.class> <span>Lorem</span> <p>Lorem</p> <ul><li></li></ul> </div> The task is to give everyone span, p, li, etc. the same styles. The styles are as follows:
<style> .class p{} .class span{} .class ul{} .class li{} </style> The question is how to write it as short and capacious as possible?
span, p, li и т. д. {}- splash58.classbefore each of - Grundy*applies to all nested elements, not paying attention to the level of nesting - Grundy