How do I get rid of the excess space in the IMG column
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="" content=""> <title></title> </head> <body> <table border="1"> <tr> <th>Serial</th> <th>Name</th> <th>Copies</th> <th>Confirm</th> </tr> <tr> <td></td> <td><a href="https://www.freeiconspng.com/img/45589" title="Image from freeiconspng.com"><img src="https://www.freeiconspng.com/uploads/16x16-plus-icons-no-attribution-0.png" width="350" alt="16x16 Plus Icons No Attribution" /></a></td> <td></td> </tr> </table> <style type="text/css" media="all"> IMG { width:20%;} </style> </body> </html>