Computer Science, asked by hrnshriya, 11 months ago


. Explain <body> of HTML with syntax, 3 attributes and 3 values.

Answers

Answered by purujarwa
0

<body> tag of html specifies the  layout, presentation of  the content.......it  contain the all the information which we see on web browser i.e, images ,video, text etc. syntax of body :

<html>

<body  attribute="value" ></body>

Attributes of this ae:

i.background ( value can be of any image of your choice)

ii.bgcolor (value can be of any color i.e, blue,red, crimson etc.)

iii.Topmargin  (value of it is in pixels i.r, 20,40,100 etc)

Similar questions