maybe a simple question, but cant find it in a trice. i have an index.html with navigation and an iframe underneath, where other htmls are included by clicking on the navigation. in this other htmls i want to use the same jquery-, meta-, font-, etc-stuff like in the index.html. do i need to append the whole tags in the head of the included htmls or not? or is it enough to have it in the index.html?
thanks for help
Do i need to append the whole tags in the head of the included htmls or not?
Yes. They are independent documents, they need to be complete documents.