2
Without using JS I need a simple example of how to use variables in HTML5 elements to present their content.
In the Hover action, the pointed element should be highlighted and pass the text to the element with property "inherits"
<p id="herda">Esta frase muda de acordo com apontar o mouse em cada Item</p>
<ul>
<li>Item1 Frase 1</li>
<li>Item2 Outra frase</li>
<li>Item3 Frase fim</li>
</ul>
I beg for help, because it’s hard
Without JS there is no solution currently with CSS to change a previous element.
– Maicon Carraro