.append()
Insert content, specified by the parameter, to the end of each element in the set of matched elements..appendTo()
is same task
<h2>Greetings</h2>
<div class="container">
<div class="inner">Hello</div>
<div class="inner">Goodbye</div>
</div>