Code
Execute
<!DOCTYPE html> <html> <head> <style> [class|=top] { background: Cyan; } </style> </head> <body> <h1 class="top-header"> Welcome To Wikitechy </h1> <p class="topcontent"> Hello Wikitechy </p> </body> </html>
Result