0

I am just wondering if this is possible. I have almost 50 html files in my project and have almost common include files like bootstrap, angular, jquery ui etc.

Can I write a common file say include.html that is similar to say import java.util.*. my include.html will contain 3-4 entries of my common JS and CSS files and then I can include that file in my each html page?

like say user.html:

<!DOCTYPE html>
<head>
import include.html (or any other appropriate name or file format)
</head>....

I do not want common header and footer files I want to include required files in one shot by including one html file.

user1079065
  • 1,717
  • 5
  • 27
  • 46

0 Answers0