Get your own website Result Size: 625 x 534
x
 
<!DOCTYPE html>
<html>
<head>
<style>
#demo {color: blue;}
.test {color: green;} 
p {color: red;} 
</style>
</head>
<body>
<p id="demo" class="test" style="color: pink;">Hello World!</p>
</body>
<!-- Mirrored from www.w3schools.com/css/tryit.asp?filename=trycss_specificity_inline by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 16:49:47 GMT -->
</html>