I am trying to create an ID of html table using jQuery which should be visible when I view html page source. For example I have following code and convert from first table to another table with its ID, Thanks.
<table>
</table>
TO
<table id="tablecontent">
</table>
<doctype html><html>...</html>) sent by the server, the DOM is what the browser constructs to represent that HTML source and manipulate it. The page is the representation you can see in the viewport of the browser.