How to solve the issue tried to connect css to html but it's not working there is the code
<!DOCTYPE html> <html> <head> <title>Page Title</title> <style> p{ color:green; background:blue; } h1{ color:red; background:black; } </style> <link href="style.css" type="text/css" rel="stylesheet" </head> <body> <iframe src="https://100k.live"> </iframe> I AM HACKER WHAT IS THE UES OF CSS IS THE A </p> <br> <h1 style="color:red"> Hey Guys... <br> <p> I AN DREAM HACKER WHAT CAN I DO FOR YOU SIR PLEASE TELL ME SIR OK THT'S THE PROBLE I WILL SOLVE THIS WAIT A FEW MINUTE ' </p> <h1> HELLO HOW ARE YOU GUYS I AM FINE OK </h1> <br> <button> CLICK ME </button> </body> </html> THIS IS THE CODE OF CSS button { background:red; color:white; }