Search code examples
jqueryhtmlmeta-tagsdoctype

How often Doctype, Metas, jquery in HTML?


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


Solution

  • 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.