Computer Science, asked by abhaysingh1573, 2 months ago

HTML document to show the use of body tag and its attribute​

Answers

Answered by SayanDBFZ
1

<html>

<head>

<title>The title of the webpage is here</title>

</head>

<body bgcolor="red" >

Here is the body.

</body>

</html>

Similar questions