I have the following code;
<div class="col l3 m6 w3-margin-bottom">
<div class="display-container">
<div class="w3-display-topleft w3-black w3-padding">Brick House</div>
<img src="image.jpg" alt="House" style="width:99%">
</div>
</div>
I want to be able to dynamically add multiples of this through the JavaScript code. Please I am not very proficient in JavaScript and anything helps.