Question: If I want to indent a table 20 pixels from the left and right edge o the web page what CSS can I use? Group
If I want to indent a table 20 pixels from the left and right edge o the web page what CSS can I use? Group of answer choices table { margin:0 20px; } table { margin-left:20px; margin-right:20px; } table {margin:0 20px 0 20px; } all of the above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
