Computer Science, asked by shamaparveensaife, 7 months ago

html code to change backgroung colour of html page to yellow
(pls write the full coding)​

Answers

Answered by rishidhakal12
0

Explanation:

Que sont les règles de Woodward–Hoffmann ?

Answered by cmchalu
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