HTML STYLES
The style attribute is used to give style to HTML web pages. <tagname style="property:value;"> Background Color: background-colour defines the background colour of the web page in the HTML Example: <body style="background-color:blue;"> <h1>This is a heading</h1> <p>This is a paragraph.</p> </body> Text Color: CSS color property is used to define text color in…