I have multiple html files. I want to append the body section of all the html files into one html file.How I can achieve the same by java script code or c# code.
Please help me
I have multiple html files. I want to append the body section of all the html files into one html file.How I can achieve the same by java script code or c# code.
Please help me
You can use the XMLReader to parse the HTML.
https://msdn.microsoft.com/en-us/library/cc189056(v=vs.95).aspx