Without using JS I need a simple example of how to use variables in HTML5 elements to present their content.
In hover action, the pointed element should be highlighted and pass the text to 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 difficult