Computer Science, asked by iman7417, 1 year ago

Design a html document for a web page of yourself. design page with an attractive background color

Answers

Answered by Anonymous
2
<html>
<head>
<title>My Webpage with attractive background color</title>
</head>
<body style="background-color: deeppink;">
</body>
</html>
Similar questions