Hi I have two html documents for the sake of this question lets say these are index.html index2.html
I want to include all the lines of code inside the body tag from index2.html into a section in index.html is it possible to create that link using either HTML, JS or Jquery?
I do not want to duplicate the information inside the body tag multiple times for this reason I want to keep it in a separate file and just include it into multiple documents.