HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-03-09
1 <p>We already covered how to clone elements, but we have not yet tried inserting several copies on a page.</p>
1 <p>We already covered how to clone elements, but we have not yet tried inserting several copies on a page.</p>
2 <p>Let’s start a loop, and in the body of this loop clone a template, change the contents of the child element, and subsequently insert copies on the page.</p>
2 <p>Let’s start a loop, and in the body of this loop clone a template, change the contents of the child element, and subsequently insert copies on the page.</p>
3 <p>This is similar to using a stencil for drawing. We apply the stencil many times, and it guides our drawing as we need it. We work with a single stencil throughout the process.</p>
3 <p>This is similar to using a stencil for drawing. We apply the stencil many times, and it guides our drawing as we need it. We work with a single stencil throughout the process.</p>