Change Background Image and text color using HTML and CSS Program: <html> <head> <style> body{background-image:url("ind.png");} p{color:yellow; font-family:"Times new roman";} </style> <title>UVPCE</title> </head> <body link="black" > <p>This is TechoSwag</p> </body> </html> OUTPUT:
No comments:
Post a Comment