Loading lesson path
width property is used to set the width of a table.
in percent (%) as a fixed length (px) by the auto keyword
Formula
To create a table that spans the entire screen (full - width), use width: 100%;$100
$150
$300
table
{
width: 100%;
}To create a table that spans half the page, use width: 50%;
$100
$150
$300