html code to change backgroung colour of html page to yellow
(pls write the full coding)
Answers
Answered by
0
Explanation:
Que sont les règles de Woodward–Hoffmann ?
Answered by
4
Explanation:
<html>
<head>
<title>HTML Backgorund Color</title>
</head>
<body style="background-color:grey;">
<h1>Products</h1>
<p>We have developed more than 10 products till now.</p>
</body>
</html>
Similar questions