I have a question I would like to know how I can put a caption in an image inside a div, Who can help me thank you, Thank you !!!!
Information is below:
.ar img {
position: absolute;
width: 200px;
height: 130px;
top: 946px;
right: 200px;
font-size:36px;
}
.ar img:hover {
opacity: 0.5;
filter: alpha(opacity=30);
}
<div class="ar">
<img "ar" src="imagens/ar.png" alt="Arcondicinados" title="Ar condicionados e Climatizadores" />
</div>