How to give a link to whole table???
Hyperlink to whole table in HTML code.
Collapse
X
-
-
Your question is vague
If you want to link the table to another page then use anchor tag <a href="your_link .html"> <table>Conten t</table></a>
And if you want to link a link on your page to the table on another page then
Create a html page with table inside it
Now on the first page use anchor tag to link it with table pageComment
Comment