Per esempio:
Tra i tag head
<style>
table{
height:100%;
width:60%;
}
</style>
qst modifica tutte le tabelle.
----------------------------------------------
altrimenti
<style>
.miatabella{
height:100%;
width:60%;
}
</style>
nel body
<table class="miatabella">
![]()
![]()