<!DOCTYPE html>
<html>
<head>
<style>
[class$="test"]
{
background: green;
}
</style>
</head>
<body>
<div class="first_test">Welcome To Wikitechy</div>
<p class="my-test">Wikitechy wants to reshape e-learning platform.</p>
<p class="mytest">More than 500 solutions for errors</p>
</body>
</html>