I have a shared external HTML file, inside that html file : a full html source code has written inside a <code>
tag. Please help me to read that html source code inside the <code></code>
tag and display it in another html file which i need to save in my system locally.
there will be changes in html source code inside the <code>
tag, so without referring there i need to load the html source code in my page load, automatically.
how can i make it possible