I have created this small file with HTML and style within the HTML sheet . The styles are not reflecting If i do it inline it is working.
<!DOCTYPE html>
<html>
<head>
<style>
{
p{color:red; background-color:blue;}
.textbox{background-color:green;
border-color: red;
border-width: 15px;
border-style: solid; }
}
</style>
<script src="C://Users//Karuna//Desktop//getValue.js"></script>
<body>
<p style="color:red;">New Text here</p>
<div ><input type="text" id="Mine" class="textbox"></div>
<div><button type=button id="btn">Hi There</button></div>
</body>
</head>
</html>
Your browser information:
Google Chrome
Version 89.0.4389.114 (Official Build) (64-bit)
