se aplica la siguiente regla de estilo a una página web:
<style>
html, body{ width:100%;}
#contenedor{ width:800px;}
table{ width:50%;}
</style>
y tenemos el siguiente código HTML
<!DOCTYPE html>
<html>
<body>
<div id="contenedor">
<table>
<tr><td>datos</td></tr>
</table>
</div>
</body>
</html>
si el area de trabajo de la ventana del navegador es de 1200 pixeles, el ancho de la tabla sera:
Select one of the following: