Design a html document for a web page of yourself. design page with an attractive background color
Answers
Answered by
2
<html>
<head>
<title>My Webpage with attractive background color</title>
</head>
<body style="background-color: deeppink;">
</body>
</html>
<head>
<title>My Webpage with attractive background color</title>
</head>
<body style="background-color: deeppink;">
</body>
</html>
Similar questions
India Languages,
8 months ago