I need a little help for a situation. I need to list information within the States. EX: If I click on Acre, I need to click on a box with some information about it. But I do not know how to get this information to appear. I do not want to use php or java because there will be little information.
Only with html can you do this? Do you have a website that explains? I searched and did not find it .. If someone helps me, I thank you! :)
<label class="estados">Selecione o estadopara exibir as informações que deseja.</label>
<select class="Test" name="tEst" id="estados">
<option value="Selecione"> SELECIONE</option>
<option value="ac"> Acre</option>
<option value="al"> Alagoas</option>
<option value="ap"> Amapá</option>
</select>
(And then continue all states.)