which attributes of <body> tag are used to set margins in web page? please give me answer who give me answer I will mark brainliest answer
Answers
Answered by
1
Answer :
You can use style attribute to set the margin.
Eg:
<body style="margin: 5px;">
You can also set different margins for different sides
Eg: margin: 5px 10px 5px 10px;
Here first one is for top, then for right, bottom and left
Similar questions
Math,
2 months ago
Computer Science,
2 months ago
Math,
2 months ago
English,
4 months ago
Computer Science,
4 months ago
Math,
11 months ago