Comment augmenter la largeur du TD dans HTML

<html>
<body>
<style>
td {
  width: specify width here;
  height: specify height here;
}
</style>

.......

</body>
</html>
Thomas coder