Così?

codice:
<html>
<head>
<title>Tabella con bordo</title>
<style>
table {width: 100%; border:1px solid black}
</style>
</head>
<body>
<table><tr><td>ddd</td></tr></table>
</body>
</html>
Marco