I have two html files first.html
and second.html
and I want to include the second file into the first file for code re usability. I am using following statement to include the file:
<link rel="import" href="html file name here">
But it is not working. I tried using another solutions too, but none of them worked.
So give any suggestion.