Posts by J. Doe • 26 points
2 posts
-
0
votes1
answer35
viewsA: Difference between selector.class and . selector class
.special H5 means: in H5 that are within . special should be red <h5>Cor padrão</h5> <div class="special"> <h5>Aqui deve aparecer vermelho</h5> </div>…
-
1
votes1
answer115
viewsA: Javascript to display Divs randomly (With text or images)
First position the Divs wherever the content is shown but with the style="display:None;" <div id="div-1" style="display:none;">image</div> <div id="div-2"…