Clickable table cell 2

Developer
Size
1,716 Kb
Views
14,168

How do I make an clickable table cell 2?

What is a clickable table cell 2? How do you make a clickable table cell 2? This script and codes were developed by Reinis on 06 December 2022, Tuesday.

Clickable table cell 2 Previews

Clickable table cell 2 - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>clickable table cell 2</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <table width="100%" height:200px; cellpadding="0"> <tr> <td style="height:100px; background-color:cyan;"> <a href="https://littlehotels.co.uk/" target="_blank" style="display:block;height:100%;">a href, display:block; height:100%;</a> </td> </tr>
</table>
<table width="100%" height:200px; cellpadding="0" id="ch1"> <tr> <td id="demo" onclick="myFunction(this, 'red')" style="height:100px; background-color:orange;">
onClick event </td> </tr>
</table> <script src="js/index.js"></script>
</body>
</html>

Clickable table cell 2 - Script Codes CSS Codes

.blue {background-color:blue;}

Clickable table cell 2 - Script Codes JS Codes

function myFunction(elmnt,clr) { elmnt.style.backgroundColor = clr;
}
Clickable table cell 2 - Script Codes
Clickable table cell 2 - Script Codes
Home Page Home
Developer Reinis
Username 72
Uploaded December 06, 2022
Rating 3
Size 1,716 Kb
Views 14,168
Do you need developer help for Clickable table cell 2?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Reinis (72) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!