Answers for "how do you hyperlink a table in html?"

0

html table link

<table>
	<tr>
      <th onclick = "location.href = 'your.linlk'"></th>
    </tr>
</table>
Posted by: Guest on September-01-2021

Code answers related to "how do you hyperlink a table in html?"

Browse Popular Code Answers by Language