Attributes of body tag
Attributes of BGSOUND tag
Attributes of image tag
Answers
Answered by
64
_______________________
Attributes of body tag :
_______________________
< html >
< head >
< title > Add "Title of the document" < / title >
< / head >
< body >
Add "Content of the document ".
< / body >
< / html >
_______________________
Attributes of BGSOUND tag :
_______________________
< !DOCTYPE - html >
< html >
< head >
< title > Add "HTML bgsound Tag" < / title>
< / head >
< body >
< bgsound src = Add "Your file" / >
< p > This gives/creates you sound in the background < / p >
< / body >
< / html >
_______________________
Attributes of image tag :
_______________________
< img src = " Bouncing_ball "
" alt = " Ball "
" height = " 35 "
" width = " 35 " >
_______________________
Answered by
9
Answer:
Body tag attributes are
- backcolor
Bgsound - sry, i dont know
Image tag attributes are
- height
- width
Explanation:
mark my answer as brainliest
Similar questions