0
Good morning.
I’m an Internet systems student and a beginner. My site is cool but it is difficult to manage the contents because it is too big.
I would type write coarrousel in separate HTML and call it, then modal, and so on.
Ae would edit the separate contents.
How do I call HMTL and embed it in the index page?
Can’t call I added the script Jqueryy I already call <script> $(Document). ready(Function(){ $('#inser_pagina').load("contact.html"); }); </script> then put the div where I want to call the other html <div id="insert_pagina"></div> But it didn’t work <script src="node_modules/jquery/dist/jquery.js"></script> <script src="node_modules/Popper.js/dist/umd/Popper.js"></script> <script src="node_modules/bootstrap/dist/js/bootstrap.js"></script>
– Caio César Rubo