Code
Execute
<!DOCTYPE html> <html> <head> <style> [class*="te"] { background: yellow; } </style> </head> <body> <div class="first_test">Welcome To Wikitechy website </div> </body> </html>
Result