I want to create an HTML object in HTML and call it N number using JavaScript. For example this is my object that I want to create N times in html page using java script:
<div class="row">
<div class="column" style="background-color:#aaa;">
<h2>Column 1</h2>
<p>Some text..</p>
</div>
</div>