Turn Table Cell into Hyperlink | HTML and CSS Tutorial

Channel:
Subscribers:
14,400
Published on ● Video Link: https://www.youtube.com/watch?v=01jFsuZNp0w



Category:
Tutorial
Duration: 1:31
9 views
1


In this tutorial, I will show you how to turn a table cell into a link or hyperlink using HTML and CSS. This is a beginner friendly tutorial.

Code:
<td onclick="location.href='https://www.example.com'">
<a href="https://www.example.com">Example.com</a>
</td>

#html #css #tutorial

For more information: himel356@gmail.com







Tags:
html
css
tutoria
how
to
turn
mark
table
cell
cells
into
links
link
hyper
hyperlink