Computer Science, asked by nt834629, 3 months ago

. To set the top margin of page we use TOPMARGIN attribute. Which tag contains TOPMARGIN

attribute  

(a) <Head>    (b) <HTML>    (c) <Body>    (d) No one​

Answers

Answered by raghakeshini05
0

Answer:

option a

hope it helps you mark ME as BRAINLIEST follow ME back please don't forget

Answered by puneetdevman
0

Answer:

The Body tag contains margin options.

Explanation:

Example is given below

<html>

<head>

<title>TAG index</title>

</head>

<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">

</body>

</html>

Similar questions