COMPUTER NETWORKS AND COMMUNICATIONS
INTERNET AND WEB TECHNOLOGIES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
The quickest way to specify that all margins should be 10px is to enter the code
|
all margine:” 10px;
|
|
martin-top; margin-right; margin-bottom;margin-left:10px
|
|
margin:10px 10px 10px 10px
|
|
margin:10px
|
Explanation:
Detailed explanation-1: -margin: 25px 50px 75px 100px; top margin is 25px. right margin is 50px. bottom margin is 75px. left margin is 100px.
Detailed explanation-2: -( margin: 20px 40px ) Three values: the first value is top, the second value is left and right, and the third value is bottom .
There is 1 question to complete.