Get your own website Result Size: 625 x 534
x
 
<!DOCTYPE html>
<html>
<head>
<style>
#myid {
  background-color: blue !important;
}
.myclass {
  background-color: gray !important;
}
p {
  background-color: red !important;
}
</style>
</head>
<body>
<p>This is some text in a paragraph.</p>
<p class="myclass">This is some text in a paragraph.</p>
<p id="myid">This is some text in a paragraph.</p>
</body>
<!-- Mirrored from www.w3schools.com/css/tryit.asp?filename=trycss_important2 by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 16:49:47 GMT -->
</html>