Computer Science, asked by shriramsain45, 4 months ago

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 stranger0000
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