div
, ul
or table
tag, but can be anything.div
's, li
's, article
, table rows (tr
) or anything else. Important is that the elements are a direct child of the container. Items for the next page will be inserted after the last item inside the container.a
tag) is the link to the next page. The href is used to load the next page in the background and append the items.Important to notice: every next page has to follow the same markup.