Im trying to make it so i can append this html below :
<div class="col-md-6 col-lg-5 wow bounceInUp" data-wow-duration="1.4s">
<div class="box">
<div class="icon"><i class="fa fa-check" style="color: #ff5100;"></i></div>
<h4 class="title"><a href="">Title Of Box</a></h4>
<p class="description">Description Of Box</p>
</div>
</div>
Im trying to append that code several times within a html page but i cant find a way, iv spent 4 hours looking this up, and found nothing :(