Answer:
B
Explanation:
i’m an information technology student and as I remember we used this name
Answer: wanna say engineering technology and science and mathematics
Explanation:
I might be true and might not which chances are 50%
Answer:
Well, this code would box the whole body of an html document. by using the relative value for position, you are telling it to position relative to its normal position, which the top left corner is at (0,0). by using left: 50px, you are telling the box to set the left margin edge to 50px and by using top: 50px, you are telling it to set the top margin edge to 50px. by doing this shifting, the top left corner of the box, which is at (0,0) would be positioned at (50,50)